body::selection {
    background: #0023c4;
    color: white;
}

body {
    font-family: "Stack Sans Text", sans-serif;
    font-size: 1.2vw;
}

h1 {
    color: #0023c4;
    font-size: 4vw;
}

.header {
    border-style: solid;
    border-radius: 30px;
    border-width: 0.5vw;
}

.footer::selection {
    background: white;
    color: #0023c4;
}

.footer {
    font-size: 1.5vw;
    border-style: solid;
    background-color: #0023c4;
    padding: 2vw;
    color: white
}

.footer-text {
    text-align: right;
}

.sbox {
    display: flex;
    justify-content: center;
    gap: 5vw;
    border-style: solid;
    border-radiue: 10px;
    background-color: #cecece;
}

.sbox-box {
    width: 25vw;
}

a {
    font-size: inherit;
    color: inherit;
}