*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 30px;
}
.container{
    margin: 0px auto;
}
header{
    min-height: 100px;
    background-color: rgb(63, 77, 230);
    font-size: 1.4rem;
}
footer{
    min-height: 100px;
    background-color: grey;
}
ul{
    list-style: none;
    gap: 50px ;
    
}
li{
    padding: 50px 0px ;
}
a{
   text-decoration: none; 
}
h1{
    line-height: 75px;
}

.flex{
    display: flex ;
}
.flex.diretion{
    flex-direction: column;
}
.displayinblock{
    display: inline-block;
}
.width-80{
    width: 70%;
}
.box-footer{
    min-height: 75px;
}
.b-radius-botton-white{
    padding: 12px 20px;
    background-color: white;
    border: 1px solid white;
    border-radius: 28px;
}
.b-radius-botton-black{
    padding: 12px 20px;
    background-color: black;
    border: 1px solid black;
    border-radius: 28px;
}
.b-radius-botton-blue{
    padding: 12px 20px;
    background-color: rgb(63, 77, 230);
    border: 1px solid rgb(63, 77, 230);
    border-radius: 28px;
    
}
.bg-image{
    background-image: url(../img/jumbo.png);
    background-size: 100% 100% ;
}
.bg-image-stars{
    background-image: url(../img/stars.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 650px;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.img1{
    height: auto;
    width: 1000px;

}
.imag-ita{
    width: 20px;
    min-height: 8px;
}


nav{
    width: 2000px;
    height: 40px;
}

.color-white{
    color: white;
}
.color-blue{
    color: rgb(63, 77, 230) ;
}
.font-size{
    font-size: 1.7rem;
}
.font-size-small{
    font-size: 1rem;
}
.padding-40{
    padding: 40px;

}
.paddingbotton-40{
    padding-bottom: 40px;
}
.padding-top-150{
    padding-top: 200px;
    padding-bottom: 200px;
}
.padding-left{
    padding-left: 100px;
}
.padding-right{
    padding-right: 100px
}
.paddin-top{
    padding-top: 100px;
}

.bg-blue{
    background-color: blue;
}
.bg-lightgrey{
    background-color: rgb(250, 245, 245);
}
.bg-grey{
    background-color: rgb(53, 52, 52);
}
.bg-pink{
    background-color: pink;
}
.jc-content-center{
    justify-content: center;
}
.jc-content-end{
    justify-content: end;
}
.jc-content-start{
    justify-content: start;
}
.jc-content-between{
    justify-content: space-between;
}
.jc-content-around{
    justify-content: space-around;
}
.aitems{
    align-items: center;

}
.aitems-end{
    align-items: end;
}
.aself-start{
    align-self:flex-start ;
}
.logo{
    width: 25%;
    padding: 2px;

}
.logo-footer{
    
    padding: 5px;

}
.bottone{
   
    padding: 2px;

}
.link{
    width: 50%;

}

.blue{
    background-color: blue;
    min-height: 750px;
    width: 70%;
}
.pink{
    background-color: pink;
    min-height: 800px;
    width: 40%;
}
.green{
    background-color: green;
    min-width: 2000px;
    min-height: 900px;
}
.gaqua{
    background-color: rgb(0, 139, 139);

}
.acqua-content{
    min-height: 800px;
    width: 20%;

}

.border-solid{
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
