html body {
    background-color: rgb(247, 247, 244);
    font-family: Montserrat;
}

.narrow {
    max-width: 500px;
    margin: 0 auto !important;
}

.center {
    text-align: center;
}

.btn {
    background-color: rgb(67, 67, 65) !important;
    color: rgb(247, 247, 244) !important;
    border-radius: 20px !important;
}