@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto.ttf");
}

body {
    font-family: 'Roboto', sans-serif;;
}

.title {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: -1px;
    text-decoration: underline;
}