.layout{
    height:100%;
    width:2000px;
    background-color: white;
}






.header{
    height:200px;
    width: 100%;
    background-color: royalblue;
    border-radius: 50px;
    
}

.body{
    height:80px;
    width:2000px;
    background-color: aliceblue;
    border-radius:30px;
    
}

.points{ 
   
    border-radius: 200px;
float:left}
    


.middlepoint{ float:left;
    
    
}

.middlep3{
    
    float:left;
}

.middlep4{
    
    float:left;
}

.middlep5{
    
    float:left;
}

.middlep6{
    
    float:left;
}



.body2{
    height:800px;
    width:900px;
    background-color: cornflowerblue;
    border-radius: 40px;
    float:left;
    margin-left: 20px;
    font-size: 40px;
    
}

.blob{

    float:right;
}


}

.bottom{
    height:400px;
    width:1250px;
    background-color: lightskyblue;
    float:left; 
    border-radius: 40px;
    margin-left:25px
}




.footer{
    height:910px;
    width:100%;
    background-color:royalblue;
    float:left;
    position: sticky;
    
   
}


.background{
    height:400px;
    width:2000px;
    background-color: lightskyblue;
    border-radius: 70px;
}

.background2{
    height:1000px;
    width:1000px;
    background-color: white;
    float:left;
}

.background3{
    height:1000px;
    width:1000px;
    background-color: white;
    float:right;
}
.background4{
    height:800px;
    width:2000px;
    background-color: white;
    float:left;
}

.retangle{
    height:700px;
    width:1800px;
    background-color: cornflowerblue;
    border-radius: 70px;
}
.about{
    font-family: inherit;
    font-size: 60px;
     
}

.contact{
    font-family: inherit;
    font-size: 80px;
    
}

.adopt{
    height:1500px;
    width:1000px;
    background-color: cornflowerblue;
    border-radius: 50px;
    float:left;
    margin-left: 700px;
    font-size: 70px;
}
    










