.site-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik', sans-serif;
    height: 100vh;
    margin-top: -4%;
}

.mam-tor-logo {
    width: 40%;
}

.text {
    text-align: center;
    margin-top: 3%;
    font-size: 115%;
}