#noses {
    margin-top: 20vh;
    color: white;
    max-width: fit-content;
}

#counter {
    position: fixed;
    margin-top: -20vh;
    margin-left: 80vw;
}

#journey {
    margin-top: 2000vh;
}

#button {
    background-color: red;
    min-height: 50px;
    min-width: 100px;
    left: 53%;
    top: 70%;
    position: absolute;
}

#facts {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 15vw;
    height: 20vh;
    background-color: white;
    color: white;
    justify-content: center;
    text-align: center;
}

#ftexts {
    position: relative;
    margin-top: 35%;
}

#harder {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 180px;
    height: 75vh;
    background-color: teal;
    color: black;
    justify-content: center;
    text-align: center;
}

#learning,
#or {
    font-size: 38px;
}