html {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

body {
    background-color: rgb(207, 184, 184);
}

div {
    padding: 15px;
    width: auto;
    margin: auto;
    font-size: 25px;
}