@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Luckiest+Guy&display=swap');
body{
    background-color: rgb(10, 89, 89);
    width: 50%;
  margin: 0 auto;
}

h1{
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: center;
}


header, section{
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color:white;

}

section{
  display: flex;
  flex-direction: column;

}


hr{
    border-top: 7px double darkgoldenrod  ;
    border-bottom: 7px double darkgoldenrod  ;

}

img{
height: 75%;
width: 75%;

}

a{
  color: crimson
}

a:hover{
  color: aliceblue;
  
}

.Sub{
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.GO {
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 25px 0px 25px;s



}

.GO:hover {
background-color:rgb(119, 163, 253);
}
