html, body {
    margin: 0;
    font-family: 'Fira Code', monospace;
    font-size: 16px;
    background-color: #80cbd8;
}

.basics {
    font-size: 1.8em;
    background-color: #eee;
    overflow: hidden;
}

.basics-text {
    margin: 40px;
    text-align: center;
}

.basics-text * {
    margin: 0;
    padding: 0;
}

.basics-photo {
    width: 180px;
    height: 180px;
    box-shadow: rgb(232, 232, 232) 0 0 0 20px;
    filter: grayscale(1);
    border-radius: 90px;
    background: url("/me.png") no-repeat center right;
    background-size: cover;
    margin: 40px auto;
}

.body section {
    margin: 10px 30px;
}

.section-links .block-what {
    word-break: break-all;
}

.block-list {
    padding: 0;
    display: block;
    /* columns: 2; */
}

.block-list a {
    text-decoration: none;
    color: #457B9D;
}

.block-list a:hover {
    color: #1D3557;
}

.block-list li {
    background-color: #fff;
    padding: 15px 15px 15px 55px;
    position: relative;
    margin-bottom: 10px;
    break-inside: avoid;
    list-style-type: none;
}

.block-list .block-without-icon {
    padding-left: 15px;
}

.block-list img {
    width: 20px;
    height: 20px;
    margin: 15px 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.block-who {
    font-weight: bold;
}

.block-when {
    font-style: italic;
}

.block-list ul {
    margin: 0;
    padding-left: 20px;
}

.block-list ul li {
    list-style-type: disc;
    padding: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 961px) {
    .body {
        display: flex;
    }
    
    .section-timeline, .section-interests {
        width: 40%;
    }
    
    .section-links {
        width: 20%;
    }

    .basics-text {
        text-align: left;
    }

    .basics-photo {
        margin: 10px;
        box-shadow: rgb(232, 232, 232) 0 0 0 60px;
        float: right;
    }
}
