* {
    font-family: 'Kantumruy', sans-serif;
    margin: 0;
}

body {
    background-color: #A8694E;
}

.navbar {
    background-color: #464646;
}

.navbar ul {
    list-style-type: none;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
}

.navbar li {
    display: inline;
    transition: 0.2s;
}

.navbar li:hover {
    font-size: 15px;
    text-shadow: 3px 1px black;
}

a {
    text-decoration: none;
}

.white {
    color: #ffff;
}

.left {
    float: left;
}

.center {
    margin-left: 44%;
}

.right {
    float: right;
    padding-right: 35px;
}

.background {
    margin: auto;
    background-color: rgba(223, 223, 223, 0.7);
    border-radius: 10px;

    width: 97%;
}

.presentation {
    height: 350px;
}

.top {
    display: flex;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
}

.background img {
    border-radius: 50%;
    width: 15%;
}

hr {
    width: 96%;
    margin: auto;
    border-color: black;
}

.presentation p {
    margin: 15px;
    font-size: 17px;
}

.background ul {
    list-style-position: inside;
}

.projects {
    margin-top: 25px;
}

.project {
    margin-bottom: 50px;
}

.project .title {
    font-size: 32px;
    text-align: center;

    font-weight: bold;
}

.project .description {
    font-size: 18px;
    margin-left: 15px;
}

.project .link {
    text-align: center;

    font-size: 25px;
    text-decoration: underline;
    color: black;
}