body {
    background-color: #303030;
}

.container {
    width: 100vw;
    height: 100vh;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.title {
    width: 100%;
    margin-bottom: 0;
}

.main-text, p {
    font-family: Calibri, sans-serif;
    text-align: center;
    color: #a2a2a2;
}