﻿body {
    margin: 0;
    height: 100vh;
    width: 100vw
}

.centered-container {
    height: 100%;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 200px;
    height: auto;
    margin-bottom: 100px;
}
