body, html {
    background-color: rgb(25, 30, 35);
    color: white;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
body {
    width: 50%;
    min-width: 768px;
    margin: auto;
}

section {
    padding: 12px;
    margin: 0;
    margin-top: 8px;
    text-align: center;
    background-color: rgb(35, 40, 45);
    border: 4px solid rgb(45, 50, 55);
}
section h1, section h2, section h3, section h4, section h5, section h6, section p, section a {
    padding: 0;
    margin: 0;
}

a {
    color: rgb(0, 150, 255);
}

.title {
    border-top: none;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}