body{
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-color: rgb(220, 220, 220);
}


.container{
    width: 80%;
    margin: auto;
}

.header{
    text-align: center;
    /*text-transform: uppercase;*/
    margin: 0px 0;
    /*letter-spacing: 2px;*/
    /* color: white;*/
}

.container .header img{
    /*
    height: 130px;
    width: 130px;
    */
    height: 175px;
    width: 175px;
    border-radius: 100px;
    margin-top: 90px;
}
.container .header h2 p{
    color: rgb(29, 45, 45);
    font-family: 'Abril Fatface', cursive;
    letter-spacing: 1px;
}

.profile_image{
    box-shadow: 4px 4px 4px #adacac;
}

.container .header .logo1 img{
    width: 277px;
    height: 150px;
    margin: 0;
    padding: 0;
    margin-right: -20px;
}

.body{
    padding: 0px 0;
    text-align: center;
}

.body button{
    width: 100%;
    height: 50px;
    border-radius: 40px;
    border:none;
    box-shadow: 4px 4px 4px #adacac;
    background-color: rgb(30, 77, 77);
    background-image: linear-gradient(to right, rgb(25, 65, 65), rgb(62, 151, 151));
    margin: 10px 0;
    font-size: 20px;
    color: white;
    transition: 0.3s;
}

.body button:hover{
    transform: scale(1.05);
}

.body button i{
    margin: 0 5px;
}
/*
.body .phone button{
    
    display: inline-block;
    width: 42%;
    margin: 10 0;
    margin-left: 4px;
    
}
*/

.container .logo{
    text-align: center;
}
.container .logo img{
    width: 220px;
    height: 150px;
}

.footer {
    background-color: #cecece;
    padding: 5px 0;
    text-align: center;
    margin-top: 50px;

}

.container{
    max-width: 960px;
    margin: 0 auto;
}

.footer .container p{
    font-size: 12px;
}
