body{
margin: 100px;
display: flex;
flex-direction: column;
align-items: center;
font-family: "Gravitas One", serif;
font-weight: 400;
font-style: normal;


}

h1, h2{
display: flex;

}

.H-1{
margin-top: 5px;

}

hr{
border-top: 7px dotted;
border-bottom: 7px;
color:rgb(255, 255, 255);
background-color:pink;
}

img{
width: 40%;
height: auto;
border-radius: 0px 25px 0px 25px;

}

nav > a {
color: rgb(0, 0, 0);
text-decoration: none;
background-color: pink;
display: inline-block;
width: 200px;
text-align: center;
border-left: 1px solid white;
border-top: 1px solid white;
border-right: 1px solid white;
margin: 5px;
padding-top: 5px;
border-radius: 0px 15px 0px 0px;
}

nav > a:hover {
background-color:rgb(119, 163, 253);
}

/* footer{



} */

.GO{
border-radius: 0px 25px 0px 25px;

}