*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-height: 80vh;
}

body{
    background-color: black;
    background-size: cover;
    max-height: 100%;   
}

img{
    width: 100%;
    max-width: 600px;
    height: auto;
}

.logo{
   display: flex;
   justify-content: center;
}

ul{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    flex-flow: row wrap;
   height: 100px;
text-align: center;


}


ul li {
    color: white;
    line-height: 50px;
}

ul li a{
    color: white;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 50%;
    padding: 15px;
    height: 2.5em;
    width: 2.5em;
     font-size: 1.5rem;
     text-align:center;
     font-family: Arial;
}

i{
    width: 25px;
    height: 25px;
}

ul li a:hover{
    transition: 40ms;
    color: white;
    border: 2px solid grey;
    text-align:center;
    backdrop-filter:blur(10px);
    height: 2.5em;
    width: 2.5em;
    padding: 17px;
}

footer{
   display: flex;
   justify-content: center;
   align-items: flex-end;
   text-align: center;
   padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
 margin-bottom: 10px;
}

p{
    color: white;
}

.info p{
    color: rgba(255, 255, 255, 0.441);
    font-size: 1.9rem;
    color: white;
    height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}

.info{
    align-items: center;
}

.info a {
    color: white;
    text-decoration: underline;
}