*{
    margin: 0;
    padding: 0;
}

.main{

    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%), url(picutre/bg.png);
    background-position: center;
    background-size: cover;
    height: 115vh;
}

.nav{

    width: 1200px;
    height: 75px;
    margin: auto;
}

.logo{
    
    width: 200px;
    float: left;
    height: 70px;

}

.logo ul{

width: 200px;
height: 75px;

}

.txt{

    width: 50px;
    color: rgb(12, 0, 65);
    font-size: 20px;
    font-family: Arial;
    float: left;
}

.picture{

    margin-bottom: 15px;

}

.menu{
    width: 550px;
    float: left;
    height: 70px;
    padding-left: 50px;

}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;

}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
    width: 50px;

}

ul li h2 {

    padding-bottom: 20px;
    transition: 0.3s ease-in-out;
}

ul li a{
    text-decoration: none;
    color: white;
    font-family: Arial;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

ul li a:hover{
    color: rgb(12, 0, 65);

}

ul li h2:hover{
    color: white;
}

.button{
    width: 330px;
    float: left;
    margin-left: 0px;
}

.btn{
    width: 130px;
    height: 40px;
    background: rgb(12, 0, 65);
    border: 2px solid rgb(12, 0, 65);
    margin-top: 13px;
    color: white;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius:5px;
    border-top-left-radius: 5px;
    letter-spacing: 2px;
    margin-left: 20px;

}

.btn:focus{
    outline: none;
}

.info{

    width: 1200px;
    height: auto;
    margin: auto;
    color: white;
    position: relative;

}


.profile{

    margin-top:5%;
    width: 320px;
    height: 640px;
    background: linear-gradient(to top, rgba(47,79,79,0.8)50%,rgba(47,79,79,0.8)50%);
    position: absolute;
}

.image{

    padding-top: 30px;
    padding-left: 60px;
}


.information{

    margin-top: 5%;
    width: 820px;
    height: 640px;
    background: linear-gradient(to top, rgba(47,79,79,0.8)50%,rgba(47,79,79,0.8)50%);
    position: absolute;
    left: 400px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;

}

.information p {
    padding: 30px;
}

.basicinfo{
    padding-top: 20px;
    padding-left: 25px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
    font-size: 20px;
}


