body {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;

    background-color: #e9e9e9;
}

button {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.logo {
    text-align: center;
}

p {
    margin-top: 1.5em;   
}

.content {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 50px 100px;
    font-size: 16px;
    color: #373737;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

hr {
    width: 10;
}

