* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

::selection {
    color: inherit;
    background: inherit;
}

html {
    font-family: "Noto Sans";
    font-size: 20px !important;

    color: #fff;
    background: #BE013C;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

div {
    margin: 0 20px;

    word-spacing: 2px;
    letter-spacing: 0.25px;

    text-shadow: 1.5px 1.5px #000;
}