:root {
    --motus_red: #A52A2E;
    --motus_blue: #A6D5FF;
    --motus_yellow: #ffe84e;
    --team_yellow: #FBC800;
    --team_blue: #1681C7;
    --motus_dark: #2d2d2d;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #424874;
    color: #fafafa;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

span {
    border-bottom: 1px solid #534f59;
    display: inline-block;
    font-size: 2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    margin: 0 .1rem;
    text-align: center;
    text-transform: uppercase;
    width: 2.4rem;
}

p {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.btn-yellow {
    border: none;
    background: var(--motus_yellow);
}

.btn-yellow:hover {
    background: #a6b1e1;
}
