body {
    background: #112c45;
    color: #566a89;

    font-family: Inter, system-ui;

    max-width: 800px;
    margin: 100px auto;

    line-height: 1.6;
}

h1 {
    font-size: 42px;
    font-weight: 700;
}

p {
    font-size: 22px;
    color: #B8C0CC;
}

a {
    color: #4F8EF7;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: #7FB0FF;
}

.tag {

    background: #4F8EF7;

    color: rgb(70, 58, 58);

    padding: 6px 12px;

    font-weight: 700;

    display: inline-block;

    margin-bottom: 20px;

}

.footer {

    font-size: 11px;

}