* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Shippori Antique B1', sans-serif;

}

body{
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
 
#logo-main{
    margin: 20px 25px;
    margin-left: 40px;
    width: 65px;
    height: 65px;
}

nav{
    text-align: right;
    margin: -60px 40px 0 0;
}

a{
    color: inherit;
    text-decoration: none;
}

li{
    justify-content: space-between;
    display: inline-block;
    margin-left: 30px;
    text-align: left;
}
b{
    color: #007042;
    font-size: 65px;
}
p{
    margin: 35px 0 35px 0;

}

h1,h2{
    font-size: 45px;
    margin-bottom: -20px;
}

article{
    text-align: left;
    margin: 80px 0 0 50px; 
}

button{

    width: 100px;
    height: 40px;
    text-shadow: none;
    color: #FFFFFF;
    opacity: 1px;
    background:#007042;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
    border-radius: 30px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    cursor: pointer;
}


#circle{

    border-radius: 100% 0% 0% 0%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 550px;
    height: 450px;
    background-color: #017143;

} 

#circle img{
    width: 310px;
    height: 450px;

}

#social-media{
    right: 50px;
    top: 100px;
    position: absolute;
}

#social-media img{
    display: block;
    height: 20px;
    width: 18px;
    margin-bottom: 20px;
}

#div-shake{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
}
.icons-media{
    height: 80px;
    width: 50px;
    display: inline-block;
    cursor: pointer;
} 

