h1 {
    font-family: Book Antiqua;
    font-size: 4em;
    text-align: center;
    width: 50%;
    height: 150px;
    margin: auto;
    margin-top: 100px;
    color:white;
}
.row1 {
    text-align: center;
    width: 100%;
    height: fit-content;
    display:inline;
    background-color: transparent;
    margin: 100px 4%;
}
div.row1 img {
    width:40%;
    height:fit-content;
    margin:auto;
}
.row2 {
    text-align: center;
    width: 100%;
    height: fit-content;
    display:inline;
    background-color: transparent;
    margin: 100px 4%;
}
div.row2 img {
    width:40%;
    height:fit-content;
    margin:auto;
}
.row3 {
    text-align: center;
    width: 100%;
    height: fit-content;
    display:inline;
    background-color: transparent;
    margin: 100px 4%;
}
div.row3 img {
    width:40%;
    height:fit-content;
    margin:auto;
}
div.choice {
    margin:auto;
    height:10em;
    width:100%;
    background-color: transparent;
    align-content: center;
}
p.paragraph {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left:23%;
    display:inline-block;
    width:300px;
    height:2em;
    color:white;
    size:2em;
    font-family:   'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    border-color: white;
}

hr{
    width: 80%;
    margin: 10% 100px;
    margin-left: 10%;
    margin-bottom: 0;
}