*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #fff;
    background-color: #a1002a;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
}

.text{
    font-size: 15px;
}