body {
    margin: 0;
    padding: 0;
    background-image: url('../assets/bg.jpeg');
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #fff;
}

.center {
    text-align: center;
}

.btns {
    display: flex;
    justify-content: center;
}

button {
    padding: 10px 30px;
    margin: 0 10px;
    border: 0;
    outline: 0;
    color: white;
    font-weight: 900;
    font-size: 20px;
}

button:hover {
    cursor: pointer;
    filter: opacity(0.8);
}