*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Port Lligat Slab", serif;
}

a{
    color: #41372E;
    text-decoration: none;
}

a:hover{
    color: #D62B66;
}

ul{
    list-style-type: none;
}

.education-skill li{
    margin-bottom: 10px;
}

.education-skill li span{
    font-weight: bold;
    display: block;
}

.information li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

span.icon{
    height: 15px;
}

span.icon img{
    height: 100%;
}  