body {
    color: black;
    background: linear-gradient(135deg,orange, rgba(255, 255, 0, 0.836), orange 60%, cyan);
    font-family: 'Lora', serif;
}

#fixed-Navbar {
    position: fixed;
    background-color: black;
    color: yellow;
}

#buttonInfo {
    color: yellow;
    margin-left: 80px;
    margin-right: 50px;
}

#div1 {
    padding-top: 220px;
    display: flex;
    font-size: 18px;
}

#img1 {
    height: 430px;
    width: 460px;
    border: 1.5px black solid;
    border-radius:230px;
    margin-right: 30px;
}

#img1:hover {
    height: 550px;
    width: 590px;
    border-radius: 300px;
}

#welcome {
    font-family: 'Bangers', cursive;
    font-size: 50px;
}

#span1 {
    font-weight: bold;
    font-size: 21px;
}

.classSpan1 {
    font-weight: bold;
}

#div2 {
    display: flex;
}

ul.list-group li {
    border: 3px solid black;
    border-radius: 20px;
}

.skillSet {
    text-align: center;
    margin-top: 156px;
    margin-bottom: 50px;
    margin-right: 60px;
    margin-left: 60px;
    font-size: 70px;
    font-weight: bold;
    font-family: 'Fascinate Inline', cursive;
}

#programming {
    background-color: black;
    color: yellow;
    border: 10px dotted black;
    height: 200px;
    padding-top: 64px;
    font-size: 48px;
    font-family: 'Racing Sans One', cursive;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    border: 2px solid black;
}

#attestatiPython {
    display: none;
}

#attestatiCyber {
    display: none;
}

#attestatiMSoffice {
    display: none;
}

#attestatiJava {
    display: none;
}

.pSkillInfo {
    color: black;
    font-size: 31px;
    font-weight: bold;
}

#formazione {
    margin-top: 255px;
}

#titoliStudio {
    font-family: 'Racing Sans One', cursive;
    font-size: 83px;
}

#listaStudi li {
    font-family: 'Racing Sans One', cursive;
    font-size: 24px;
    padding-top: 26px;
}

/* Reparto contatti e social  */
#contacts {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 40px;
}

#contacts h1 {
    padding-top: 51px;
    padding-bottom: 88px;
}

#contacts img {
    height: 150px;
    width: 150px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 50px;
}

#contacts img:hover {
    opacity: 0.8;
}

.copyright {
    font-size: 16pt;
    text-align: right;
    padding-bottom: 10px;
    color: black;
}
