@import url('https://fonts.upset.dev/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


body{
background-color:#242424;
font-family: "Figtree", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;

}


p, h1,a{

color:white;

}

#header{
margin-bottom:0.5rem;


}

a {
    text-decoration: none;
}

.cards{
display:flex;
text-align:center;
 align-items: center;
  justify-content: center;


}
.card{
     border: #ffffff solid 1px;
height:50px;
max-width: 100px;
max-height:200px;
margin: 0.5rem;
width: 110px;
display:flex;
text-align:center;
 align-items: center;
  justify-content: center;
}


#menu{
  border: #ffffff solid 1px;
  align-items:right;
  float:right;
}

#wrapper{}

@media screen and (max-width: 500px) {
}