body {
    background: rgb(248, 249, 250);
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
}

.paper {
    margin: auto;
    width: 793.7px;
    height: 1122.5px;
    background: white;
    display: block;
    margin-bottom: 18.9px;
    box-shadow: 0 0 3.78px rgba(215, 215, 215, 0.5);
}

.container {
    display: flex;
}

.site-left-column {
    margin-left: 37.8px;
    margin-right: 10px;
    order: 2;
    flex:3;
}

.site-right-column {
    margin-top: 65px;
    margin-right: 37.8px;
    order: 2;
    flex:1.2;
}

.site-profile_name {
    margin-top: 37.8px;
    margin-right: 20px;
    order: 3
}

.site-profile_photo {
    margin-top: 56.7px;
    margin-right: 50px;
    order: 3
}

h1 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 32px
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    color: royalblue;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.site-title {
    margin-top: 10px;
    margin-bottom: 0px;
}

.time {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul {
    margin-top: 0px;
    margin-bottom: 10px;
    list-style-position: inside;
    padding: 0;
}

.link {
    margin-top: 10px;
    margin-bottom: 10px;
}

.left-column_skills{
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 17px;
    color: royalblue;
}