@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

body {
    background-color: rgb(63, 63, 63);
}

p, h1, h2, h3, h4, h5, h6, span {
    font-family: 'Roboto';
    color: white;
}

#centered {
    margin-top: 150px;
    font-size: 65px;
    text-align: center;
}

.hidden_text {
    color: rgb(63, 63, 63)
}

.centered2 {
    margin-top: 0px;
    font-size: 20px;
    margin-left: 20px;
    text-align: center;
}

.sizess {
    font-size: 30px;
}

.box {
    width: 100px;
    height: 100px;
    background-color: rgb(63, 63, 63);
    border: 8px solid black;
    margin-left: 365px;
    font-family: 'Roboto';
}

.textboxss {
    color: white;
}