html {
    height: 100%;
}

body {
    background-color: #f5eed7;
    height: 100%;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.container {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.profile-img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 20px auto;
}

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

li {
    margin: 10px 0;
}

a {
    display: block;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #9fa177;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 3px;
    text-decoration: none;
}
