/* Inicio */

*{
    padding: 0; 
    margin: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}

/* Corpo */

body{
    /* tamanho dos bgl */
    width: 100%;
    height: 100%;
    background-color: #BADEFF;
    overflow-x: hidden;
    
}
.bola1 {
    position: absolute;
    width: 832px;
    height: 1400px;
    left: 981px;
    top: -662px;

    background: #CCC8FE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1500px;
}
.bola2{
    position: absolute;
        width: 600px;
        height: 500px;
        left: -263px;
        top: 474px;
    
        background: #CCC8FE;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.61);
        border-radius: 1000px;
}

/* Cabeçalho */

header{
    width: 100%;

    position: fixed;
    height: 70px;
    background-color: #CCC8FE;
    box-shadow: 0px 5px 20px rgb(44, 43, 43);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 99;
}
.menu{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu li a{
    color: black;
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    margin-left: 20px;
    border-radius: 10px;
    font-size: 22px;
}
.menu li a:hover{
    color: white;
    display: block;
    text-decoration: none;
    margin-left: 20px;
    background-color: #333;
}
.logo {
    width: 45px;
    height: 45px;
    border-radius: 10px;
}
.logo img{
    width: 125px;
}

/* SITE */

h1,p {
    color: white;
    text-align: center;
    margin-top: 20px;
}
.item1{
    box-sizing: border-box;
    
        position: absolute;
        width: 500px;
        height: 275px;
        left: 151px;
        top: 192px;
    
        background: url(imagem.png);
        background-repeat: no-repeat;
            background-position: center center;
        border: 3px solid #000000;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.64));
        border-radius: 42px;
        align-content: center;
}
.item1 img {
    width: 495px;
    height: 270px;
    left: 151px;
    top: 192px;
    align-items: center;
    object-fit: cover;
    border-radius: 41px;
}
.item2{
    box-sizing: border-box;
    
        position: absolute;
        width: 412px;
        height: 341px;
        left: 808px;
        top: 176px;
    
        background: url(imagem.png);
        border: 3px solid #000000;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.64));
        border-radius: 80px;
}
.item2 img {
    width: 406px;
    height: 337px;
    left: 800px;
    top: 175px;
    align-items: center;
    object-fit: cover;
    border-radius: 80px;
}
.item3{
    box-sizing: border-box;
    
        position: absolute;
        width: 412px;
        height: 341px;
        left: 220px;
        top: 530px;
    
        background: url(image.png);
        border: 3px solid #000000;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.64));
        border-radius: 47px;
}
.item3 img {
    width: 410px;
    height: 340px;
    left: 210px;
    top: 525px;
    align-items: center;
    object-fit: cover;
    border-radius: 45px;
}
.item4{
    box-sizing: border-box;
    
        position: absolute;
        width: 392px;
        height: 341px;
        left: 681px;
        top: 599px;
    
        background: url(image.png);
        border: 3px solid #000000;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.64));
        border-radius: 80px;
}
.item4 img{
    width: 390px;
        height: 336px;
        left: 680px;
        top: 590px;
        align-items: center;
        object-fit: cover;
        border-radius: 78px;
}
footer {
    width: 100%;

    position:absolute;
    height: 70px;
    background-color: #CCC8FE;
    box-shadow: 0px 5px 20px rgb(44, 43, 43);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 99;
    bottom: -500px;
}
footer h2 {
    display: flex;
    justify-content: right;
    padding: 20px;
    margin-left: 900px;
}