*{
    box-sizing: border-box;
}

body{
    background-color: rgb(39, 39, 39);
    font-size: 25px;
    color: rgb(163, 163, 163);
    text-align: center;
}