@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,300&display=swap');
.test {

    color: #ffffff;
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
}

.back {
    button {
     height: 50px;
     width: 80px;
     padding: 10px;
     border: 2px solid #c40000;
     margin: 10px;
     display: flex;
     justify-content: center;
     align-items: center;
    }
}