body{
    color: white;
    font-family: Arial;
    background-color: black;
    margin: 0;
}
#bottone{
    text-decoration: none;
    display: inline-block;
    color: white;
    background-color: black;
    border: 2px solid white;
    padding: 15px;
    font-size: 25px;
    border-radius: 10px;
}
#bottone:hover{
    background-color: white;
    color: black;
}
#presentazione{
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 100;
    margin-bottom: 0;
}
#titolo{
    justify-items: center;
    align-items: center;
    font-size: x-large;
    margin-bottom: 20px;
}
#titolo h1{
    margin-top: 0;
    margin-bottom: 10px;
}
#info{
    display: flex;
    justify-content: space-between;
}
#info-sinistra{
    padding-left: 15%;
    padding-top: 5px;
    width: 40%;
}
#info-destra{
    width: 40%;
}
#email{
    color: white;
}
.testi{
    padding-left: 6%;
    margin: 30px 0;
}
.testi h4,h5{
    margin-top: 0;
    margin-bottom: 5px;
}
.testi a{
    color: white;
}
#telefono{
    color: white;
}
#competenze{
    justify-items: center;
}
#competenze h2{
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    #titolo h5{
        margin-left: 20px;
        font-size: medium;
        text-align: center;
    }
    #titolo h1{
        font-size: xx-large;
    }
    #info-sinistra{
    padding-left: 4%;
    width: 45%;
    }
    #info-destra{
        width: 45%;
        padding-right: 4%;
    }
    #competenze{
        padding-bottom: 10px;
    }
    #competenze h2{
        margin-left: 30px;
    }
}