.entry {
    width: 60%;
    margin: auto;
    margin-top: 0;
    margin-top: 40px;
    min-width: 500px;
}

.entryHeader {
    font-size: 2rem;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.entryLanguage {
    color: var(--text-color);
    font-size: 1.2rem;
}

.entry h3 {
    margin: 0;
}

.entryButton {
    margin-right: 10px;
}

/* About Page */

#aboutMe{
    display: flex;
    align-items: center;
    flex-direction: column;
}

#aboutMeImage{
    max-height: 300px;
    margin-top: 20px;
    border:1px solid var(--main-color);
    border-radius: 5px;
}

/* Resume */

#resumeButtonWrapper{
    margin-top: 20px;
}

#resumeButtonWrapper a:not(:first-child){
    margin-left: 20px;
}