body {
    /*background-color: #f8f9fa;*/
    background-color: #cffe;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 600px;
}

.logo img {
    /*max-width: 250px;*/
    margin-bottom: 50px;
}

h1 {
    font-size: 2rem;
    /*color: #212529;*/
    color: #2e434c;
    margin-bottom: 15px;
}

p {
    color: #6c757d;
    font-size: 1.1rem;
}