@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

*{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3vw;
    /*color: #2e2e2e;*/
    color:darkgray;
    margin:auto;
    background-color:black;
}

div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height:50vh;
    width: 100vw;
    flex-direction: column;
    padding-top:20vh;
  

}

button{
    padding:1vw;
    background-color:#02325e;
}

a{ 
    text-decoration: none;
    color:#e4e482;
}