* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oleo Script Swash Caps', cursive;
    user-select: none;

}

.container {

    width: 100%;
    height: 100vh;
    background: #1B2026;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.container h1 {

    font-size: 50px;
    font-weight: 600;

}

span {

    color: #ff0000;

}
