﻿.defaultScreen {
    width: 100vw;
    height: 100vh;
    background: #5ec9ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.defaultScreen .title {
    color: #fff;
    font-size: 5em;
    font-weight: bold;
}