@font-face{
    font-family: Garamond regular;
    src:url(EBGaramond-Regular.ttf);
}

button{
    display: none;
}
.logo_crd{
    display: none;
}
.div{
    color: transparent;
}
footer{
    display: none;
}
body{
margin: 0%;
background-image: url(img/img1.png);
background-size: cover;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
overflow-x: hidden;
}
.nav_desc{
    display: flex; ;
    padding-top: 20px;
    position: fixed;
}
#nav{
    float: left;
    vertical-align: middle;
}
.logo{
    width: 10%;
}
.logo:hover{
    filter: blur(2px);
}
nav img{
    vertical-align: middle;
}
.nav_desc a{
    text-decoration: none;
    color: black;
    font-size: 30px;
    font-family: Garamond regular;
    padding-inline: 40px;
}
.social{
   
    float: right;
    vertical-align: middle;
    position: relative;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;

}
.social i{
    vertical-align: middle;
    
}

.social a{
font-size: 60px;
color: #0D8409;
}

