* {
    box-sizing: border-box;
}

/*Main*/
.main{
    color: rgb(61, 131, 77);
    font-family: Garamond, serif;
    background-color:black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}