@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    background-color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    
   }

/* List Item    */

ul {
    color: rgb(0, 0, 0);
    list-style-type: none;
}  

ul a{
    display: inline;
    text-decoration: none;
    color: rgb(255, 255, 255);
} 
ul a img{
    width: 2%;
} 

/* Header */

.total_header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#headerleft{
    text-align: left;
    width: 530px;
    margin: 0 -20px;
}
#headerright{
    text-align: right;
    width: 350px;
    margin: 0 20px;

}

#headlogo{
    width: 15px;
}

.rh{
    color: #ffffff;
}

.hlimg{
    padding: 0 5px;
}

nav img{
    width: 10vw;
    margin: 40px -130px;
}

nav{
    margin-top: 20px;
}  

nav ul#left{
    color: white;
    margin: 0 0;
    float: left;
    margin: 0 -25px;
}  

nav ul#right{
    color: white;
    margin: 0 0;
    float: right;
    margin: 0 15px;
}  
nav ul#left a{
    background-color: rgb(0, 0, 0);
    margin: 5px 4px;
    padding: 3px 5px;
    border-radius: 50px;
    transition: 0.7s;

}  

nav ul#right a{
    background-color: rgb(0, 0, 0);
    margin: 5px 4px;
    padding: 3px 5px;
    border-radius: 50px;
    transition: 0.7s;

}

nav ul#right a:hover{
        background-color: rgb(255, 255, 255);
        color: black;
}
nav ul#left a:hover{
        background-color: rgb(255, 255, 255);
        color: black;
}


.main{
    display: block;
    background-image: url(../image/bg7.jpg);
    background-attachment: fixed;
    padding-bottom: 105px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.main .logo{
    position: relative;
    width: 8vw;
    margin: 10px 46%;
}

.box .avatar{
    width: 190px;
    margin: 114px 35px;
    float: left;
    border-radius: 200px;
    border: 2px solid #ffffff8c;
}

.main .box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: rgb(255 255 255 / 16%);
    backdrop-filter: blur(2px);
    width: 80%;
    margin-top: 40px;
    border: 2px solid rgb(255 255 255 / 16%);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 15px;
  }

.main .box .welcome{
    text-align: center;
    margin: 50px 0;
}
.main .box .welcome h1{
    font-size: xxx-large;
    font-weight: bold;
}
 
.main .box .welcome small{
    /* font-size: large; */
    color: white;
}
.main .box .welcome h5{
    font-size: large;
}
.main .box .welcome button{
    cursor: pointer;
    border-radius: 10px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background-color: rgb(0, 0, 0);
    margin: 25px 0px;
    /* border: 2px solid #00000066; */
}

button:hover{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

button{
    cursor: pointer;
}



.welcome h1{
    font-weight: 800;
}

.footnav{
    height: 63px;
    margin: -88px 255px;
}




 