body {
    -webkit-animation: fadein 2s;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}

html {
    height: 100%;
}

p {
    font-size: 20px;
}

.preload {
    height: 300px;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 300px;
}

.centraFoto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.imgPassioni {
    height: 200px;
    width: 200px;
}

.imgBugCoffee {
    height: 175px;
    width: 175px;
    margin-top: 20px;
}

.material-icons {
    padding-left: 10px;
}

#page-loader {
    background-color: black;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}

.mainContainerBackground {
    padding-top: 50px;
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: column
}

.imgCode {
    width: 20%;
    height: 400px;
    /* margin-left: -5px; */
    opacity: 0;
}

#imgCodeContainer {
    display: flex;
}

#containerNomeAscii {
    background-color: #d84315;
    animation: bgColor 20s infinite linear;
    display: flex;
    height: 70%;
    width: 75%;
}

#nomeAscii {
    height: 100%;
    width: 100%;
}

#containerLogo {
    background-color: #d84315;
    animation: bgColor 20s infinite linear;
    display: flex;
    height: 35%;
    width: 35%;
}

#sfondoLogo {
    height: 100%;
    width: 100%;
}

#navbar {
    z-index: 2;
    position: fixed;
    width: 100%;
    display: none;
    height: 60px;
}

.navbarContainer {
    background-color: #212121;
    position: relative;
    height: 100%;
}

#navbarProjectLink {
    font-size: 24px;
}

#containerNavbarProject {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

#containerLogoNavbar {
    height: 60px;
    width: 60px;
    background-color: #d84315;
    animation: bgColor 20s infinite linear;
    display: flex;
    /* align-items: center; */
}

.header {
    font-size: 4.2rem;
}

@keyframes bgColor {
    1% {
        background-color: #d84315;
    }
    12.5% {
        background-color: #c62828;
    }
    25% {
        background-color: #6a1b9a;
    }
    37.5% {
        background-color: #283593;
    }
    50% {
        background-color: #0277bd;
    }
    62.5% {
        background-color: #00695c;
    }
    75% {
        background-color: #558b2f;
    }
    87.5% {
        background-color: #f9a825;
    }
    100% {
        background-color: #d84315;
    }
}

#containerPrincipale {
    min-height: 2500px;
}

#imgLogo {
    height: 100%;
    width: 100%;
    border: 10px solid #212121;
}

#containerComponentsLogo {
    display: flex;
    height: 100%;
    width: 60%;
}

@media only screen and (max-width: 600px) {
    .imgPassioni {
        height: 150px;
        width: 150px;
    }
    .imgBugCoffee {
        height: 100px;
        width: 100px;
    }
    #containerLogo {
        height: 90%;
        width: 90%;
    }
    #containerNomeAscii {
        height: 100%;
        width: 100%;
    }
    .mainContainerBackground {
        padding-top: 100px;
    }
    p {
        font-size: 15px;
    }
    .header {
        font-size: 30px;
    }
    #containerPrincipale {
        min-height: 2700px;
    }
}