

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

body {
    font-family: "Roboto Slab", serif;
    background-color: #00211f;
}

/********************************************************/
/******  SEZIONI *******************************/
/********************************************************/

#home{ 
    height: 100vh; width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#home .inner-div {
    height: 80%; width: 50%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: #d3d3d3;

    transition: 0.5s ease-in-out ;
} #home .titolo{
    color: #d3d3d3;
    font-size: 25pt;
    font-weight: 600;
} #home .subtitolo{
    color: #2fbc00;
    font-size: 15pt;
    font-weight: 300;
} #home .img-wip{
    height: 140px;
}