body {

    font-family: 'Fira Code', monospace;
    color: black;
    background: rgb(112, 171, 163);
    background: linear-gradient(0deg, rgba(112, 171, 163, 1) 0%, rgba(164, 183, 166, 1) 100%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.button {
    font-family: 'Fira Code', monospace;
}

.title {
    margin-top: 1%;
    text-align: center;
}

.logo {
    width: 30%;
}

