body {
    margin: 0;
    background-repeat: no-repeat;
    height: 100%;
    background-color: rgb(27, 27, 27);
    color: #ffffff;
    word-wrap: break-word;
    font-family: "Lato" , sans-serif;
    align-items: center;
}

@media only screen and (min-width: 1920px) {
    .Cotnent-box {
        -webkit-backdrop-filter: blur(17px) saturate(200%);
        backdrop-filter: blur(17px) saturate(200%);
        background-color: #034046;
        width: 100%;
        margin-bottom: -22px;
        height: 90vh;
        display: flex;
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        background-repeat: no-repeat;
      background-attachment: fixed; 
      background-size: 100% 100%;
    }

}



@media only screen and (max-width: 425px) {
    .topbar { 
        display: flex;
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
    }

    .Mainbutton {
        text-align: center;
        text-decoration: none;
        outline-color: rgb(7, 158, 156);
        outline-style: solid;
        background-color: rgba(0, 217, 255, 0.23);
        color: white;
        border: none;
        cursor: pointer;
        width: 19vh;
        border-radius: 25px;
        margin-bottom: 1vh;
        height: 5vh;
        font-size: 2vh;
    }

    .logotop {
        margin-top: 1vh; 
    }
    .Cotnent-box {
        -webkit-backdrop-filter: blur(17px) saturate(200%);
        backdrop-filter: blur(17px) saturate(200%);
        background-color: #034046;
        width: 100%;
        margin-bottom: -11px;
        height: 90vh;
        display: flex;
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        background-repeat: no-repeat;
     background-attachment: fixed; 

    }
    .Cotnent-box-three {
        -webkit-backdrop-filter: blur(17px) saturate(200%);
        backdrop-filter: blur(17px) saturate(200%);
        background-color: #034046;
        width: 100%;
        margin-bottom: -11px;
        height: 200vh;
        display: flex;
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
    }
  }

.Mainbutton:hover{
    outline-color:rgb(2, 85, 84);
    background-color: rgba(0, 217, 255, 0.119);
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    margin-bottom: -100px;
}
  
#wrapper:after {
    content: "";
    display: block;
    height: 50px; 
}

.Mainbutton{
    text-align: center;
    text-decoration: none;
    outline-color:rgb(7, 158, 156);
    outline-style: solid;
    align-content: center;
    background-color: rgba(0, 217, 255, 0.23);
    color: white;
    float: right;
    margin-right: 2vh;
    border: none;
    cursor: pointer;
    width: 19vh;
    border-radius: 25px;
    margin-bottom: .7vh;
    margin-top: 1.4vh;
    height: 5vh;
    font-size: 2vh;
}

.logotop{
    
    margin-left: 2vh;
    margin-top: 0.1vh;
    width: 200px;
}

.topbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(17px) saturate(200%);
    backdrop-filter: blur(17px) saturate(200%);
    background-color: rgba(0, 0, 0, 0.638);
    font-family: "Lato";
    font-weight: 300;
    align-items: center;
    z-index: 1000; 
}

.main-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 8vh; 
    width: 100%;
}


.Cotnent-box {
    -webkit-backdrop-filter: blur(17px) saturate(200%);
    backdrop-filter: blur(17px) saturate(200%);
    background-color: #034046;
    width: 100%;
    margin-bottom: -22px;
    height: 90vh;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    background-repeat: no-repeat;
    background-size: cover;

}
.Cotnent-box-three {
    -webkit-backdrop-filter: blur(17px) saturate(200%);
    backdrop-filter: blur(17px) saturate(200%);
    background-color: #034046;
    width: 100%;
    margin-bottom: -11px;
    height: 120vh;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
}
.Cotnent-box-two {
    -webkit-backdrop-filter: blur(17px) saturate(200%);
    backdrop-filter: blur(17px) saturate(200%);
    background-color: #020E10;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
}
.foot {
    color: #fefefe;
    width: 100%;
    bottom: 0;
    left: 0;
    font-family: "Lato";
    font-weight: 300;
    font-style: normal;
    height: 100px; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    background-color: black;
}

table, th, td {
    border: 1px solid rgba(128, 128, 128, 0.134);
}

th, td {
    padding: 10px;
    text-align: left;
}

.btnsocial {
    background-color: #5caab8;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    float: left;
    font-size: large;
    margin: 10px;
    color: white;
}

.btnsocial-hover {
    background-color: #ffffff0d;
}
