@font-face {
 font-family: "Roboto";
 src: url("Robot,Roboto-Regular.tff") format("truetype"),
}

body {
    background-color: #31353D;
    color: white;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 200px;
    font-family: 'Roboto';
    font-size: 20px;
}