@font-face{
    font-family: 'Rajdhani';
    src: url('fonts/Rajdhani-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

body{
   /* background-color: whitesmoke;*/
    background: rgb(237,235,235);
    background: linear-gradient(221deg, rgba(237,235,235,1) 0%, rgba(255,254,254,1) 100%);
}

.logo{
    font-family: Rajdhani, Arial, sans-serif;
    width: 80%;
    /*  background-color: white; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    /* box-shadow: 0 2px 5px 0px #00000014; */
}

.logo h1{
    border-bottom: 1px solid #bacef5;
    margin-left: 1em;
}
.logo h6{
    right: 0;
    position: fixed;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid;
    border-bottom-color: #bed4fb;
    margin: 0;
}
.gbox{
    width: 100%;
    height: 1em;
    background-color: #bacef5;
    width:100%; height: 1em;
}
