.site-header {
    border-bottom: 0;
    border-top: 0;
}


.avatar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50%;
    width: 50%;
    max-width: 200px;
    border-radius: 50%;

}


@font-face{
    font-family: "Findlandica regular";
    src: url("/static/fonts/Finlandica-Regular.woff2") format("truetype");
}


.finlandica {
    font-family: "Findlandica regular", serif;
}

h1, h2 {
    font-family: "Findlandica regular", serif;

}


p {
    /*text-align: justify;*/
}

.social {
    margin-bottom: 30px;
    text-align: center;
}

.social a {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.71);
}

.social a:hover {
    color: #EB6C72;
}

.wrapper {
    background-color: white;
}

.wrapper:nth-of-type(1) {
    border-bottom: 1px solid #e8e8e8;
}


.page-content {
    padding-top: 0px;
}

.page-content .wrapper {
    padding-top: 30px;
}
