body {
    background-color: #2d31a6;
    color: white;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

#logo-container {
    height: 20%;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

#logo {
    height: 100%;
    max-height: 160px;
}

#description-preview {
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
}

footer {
    bottom: 0;
    position: fixed;
    background-color: #5157e5;
    padding: 5px;
    font-size: 12px;
    border-radius: 0px 10px;
}