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

body{
    background-color: #7B241C;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    color: #1C2833
}

section{
    background-color: #D0D3D4;
    font-family: 'Roboto';
    text-align: center;
    padding: 10px;
    padding-top: 5px;
}

section h1{
    text-transform: uppercase;
    margin: 0px;
}

div{
    display: flex;
}

div p{
    margin-right: 20px;
}
