@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300..700&display=swap');

body{
  background-image: url(./giphy.gif);
}

.signika-negative-regular {
  font-family: "Signika Negative", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:rgb(34, 34, 34);
}

.signika-negative-bold {
  font-family: "Signika Negative", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color:rgb(34, 34, 34);
  font-size: 21;
}

.container{
    background-color: #e4fffdce;
    margin: 2% 10%;
    border: 12px solid #ffffff88;
    border-radius: 75px;
    padding: 2%;
    p{
    font-size: 3.5vmin !important;
    }
    
}

header{
    background-color: #e4fffdce;
    margin: 4% 10%;
    border: 12px solid #ffffff88;
    border-radius: 75px;
    padding: 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
    font-size: 4vmin !important;
    img{
    width: 20vmin;
    margin-right: 2%;
    margin-left: 5%;
    }
}

.bcont{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  button{
    width: max-content;
    height: max-content;
    border: 3px solid white;
    border-radius: 25px;
    background-color: #8d81ffce;
    padding: 2%;
      a{
        text-decoration: none;
        color: white;
        font-size: 3vmin !important;
      }
  }
}

h1{
  text-align: center;
}

.end{
  margin-bottom: 25rem;
}