body {
    background-color: #daa765;
}

.main-box {
    background-color: #f5f5f5;
    
    margin: 5% auto;
    padding: 5%;
    width: 40%;
    border-radius: 20px;
    height: auto;
}

hr {
    border-top: 1px solid #bebdb9;
    width: 90%;
}

#full-name {
    font-family: 'Yantramanav', sans-serif;
    font-size: 35px;
    color: #3f3f3f;
    text-align: right;
    margin-right: 10%;
    margin-top: 10px;
    margin-bottom: 5px;
}

#bsuir {
    width: 50%;
    height: auto;
    max-width: 400px; 
    max-height: 400px;
    position: relative;
    top: 15px;
}

#personal {
    margin: 0% 5%;
    margin-bottom: 50px;
}

.block {
    margin: 10% 5%;
}

.study {
    position: relative;
    left: 20px;
}

.text {
    font-family: 'Quicksand', sans-serif;
    color: #3f3f3f;
    font-size: 15px;
}

.gray {
    color: #797979;
}

.blue {
    color: #5b8bcd;
}

.vl {
    border-right: 2px solid #3f3f3f;
    height: 150px;
    margin-left: 20px;
}

.heading {
    margin-top: 100px;
    font-size: 20px;
}

a:link {
    color: #497DDD;
}
a:visited {
    color: #EF7D55;
}
a:hover {
    color: #154088; 
}
a:active {
    color: #497DDD;
}

.block table tr td {
    padding: 1% 4% 0;
}

ul {
    padding: 0;
    list-style-type: none;
}

ul li {
    padding-bottom: 3%;
}