*{
    font-family: 'Lato';
    color:white
}

body{
    background-image: linear-gradient(111.7deg,#a529b9 19.9%,#50b1e1 95%);
    background-attachment: fixed;
}

h1{
    font-style: 'Lato';
    font-weight: 700;
    font-size: 1.5rem;
}

h1 svg{
    width: 1rem;
}

h1 svg path{
    fill:#3897f0
}

a{
    text-decoration: none;
}

.container{
    max-width: 700px;
    margin: 0 auto;
}

header{
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;

    font-family:'Lato';
    font-weight: 400;
}

header img{
    height: 150px;
    width: 150px;
    border-radius: 100%;
}

ul{
    display: flex;
    flex-direction: column;
}

li a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    min-height: 60px;
    border-radius: 50px;
    
    border: solid 1px #7990D7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    font-weight:600;
}

li a.highlight{
	background-color:#8fbc8ffa ;
}

li a:hover{
    color: rgb(164, 255, 255);
    font-size: 1.1rem;
    box-shadow: 0px 0px 20px rgb(164, 255, 255);
}

footer{
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'Lato';
    font-weight: 400;
}

/* remover */
li a img{
    display: none;
}