@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: white;
    overflow-y: hidden;
}

 nav {
    position: sticky;   
 }

 li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1vw;
 }

 a {
      font-family: "Bitter", serif;
      font-size: 1.5em;
      font-weight: 500;
      text-decoration: none;
      color: black;
 }

#background {
    width: 50%;
    height: 100%;
    float: right;
}

#support {
      font-family: "Bitter", serif;
      font-size: 1em;
      font-weight: 300;
      text-decoration: underline;
      color: black;
}

#menu {
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

#buttons {
    position: absolute;
    top: 75%;
    left: 21%;
    transform: translate(-20%, -75%);
    
}

#pic1 {
    width: 200px;
    height: 60px
}

.nav-link {
    float: left;
}

.text {
    max-width: 25%;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    font-family: "Bitter", serif;
    font-size: 1em;
    font-weight: 400;
}

.btn-main {
    border:  none;
    border-radius: 3px;
    box-shadow: 0.5px 0.5px 0.5px black;
    font-family: "Bitter", serif;
    font-size: 1em;
    font-weight: 400;
    background-color: rgb(238, 237, 238);
    width: 100%;
    height: 5vh;
    margin-top: 30vh;
}

@media screen and (max-width: 600px) {
body {
    background-color: white;
    overflow-y: hidden;
}

 nav {
    position: sticky;   
 }

 li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1vw;
 }

 a {
      font-family: "Bitter", serif;
      font-size: 2em;
      font-weight: 500;
      text-decoration: none;
      color: black;
 }

#background {
    position: absolute;
    width: 100%;
    height: 40%;
    top: 60%;
}

#support {
      font-family: "Bitter", serif;
      font-size: 1em;
      font-weight: 300;
      text-decoration: underline;
      color: black;
}

#menu {
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

#buttons {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-20%, -75%);
    
}

#pic1 {
    width: 200px;
    height: 60px
}

.nav-link {
    float: left;
}

.text {
    max-width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Bitter", serif;
    font-size: 0.9em;
    font-weight: 400;
}

.btn-main {
    border:  none;
    border-radius: 3px;
    box-shadow: 0.5px 0.5px 0.5px black;
    font-family: "Bitter", serif;
    font-size: 1em;
    font-weight: 400;
    background-color: rgb(238, 237, 238);
    width: 100%;
    height: 5vh;
}
    
}

@media screen and (max-width: 375px) {
.text {
    max-width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Bitter", serif;
    font-size: 0.8em;
    font-weight: 400;
}
    
}


@media screen and (max-width: 280px) {
.text {
    max-width: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Bitter", serif;
    font-size: 0.75em;
    font-weight: 400;
}
    
}