body {
    background-color: #8ca5d6;
}

.content {
    margin: 0 auto;
    border-style: solid;
    background-color:#f2f7fc;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-wrap: break-word;
    width: 65%;
    padding: 0% 5% 3% 5%;
} 

.avatar {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.cover {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 40% center;
    margin-bottom: 20px;
}

p a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    color: #333;
}

.title {
    color:#000;
    text-align: center;
    font-size: 2.5em;
    font-style: italic;
    font-weight: bolder;
    margin: 25px 0;
}

.pages a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
    padding: 0 10px;
}

.pages a:hover {
    color: #0056b3;
}

.links a {
    font-weight: bold;
    color: #5f9ea0;
    text-decoration: none;
    transition: color 0.3s;
}

.links a:hover {
    color: #0056b3;
}
