/* .body {
    background-image: url("../pictures/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
} */

.container {
    box-sizing: border-box;
    /* background-color: rgb(234, 235, 255);*/
    /*margin: 100px auto; */
    /*max-width: 600px;*/
    /* padding: 10px 30px; */
    font-family: "Roboto", sans-serif;
}