.list {
    display: inline-flex;
    list-style-type: none;
}

.item a {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    color: #333649;
    text-decoration: none;
    border-radius: 35px;
    border: 2px solid #333649;
    padding: 5px;
    font-size: 16px;
}

body {
    background-color: #EFF1FE;
}

.section {
    font-family: 'Onest', sans-serif;
    color: #333649;
    text-align: left;
}

.section h1 {
    font-size: 214px;
    line-height: 100%;
    font-weight: 300;
}

.section h2 {
    font-size: 44px;
    line-height: 100%;
    font-weight: 300;
}