.Logo-container {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    width: 100%;
    height: 30%;
}

.logo-background {
    display: flex;

    justify-content: center;
    align-items: center;

    width: 100%;
    height: 70%;

    background: black;
    border-radius: 2.5vh;

    font-family: arial-rounded-mt-bold;
    font-size: 15vh;
    color: white;
}

.logo-text {
    display: flex;

    justify-content: center;
    align-items: center;

    width: 100%;
    height: 20%;

    font-family: arial-rounded-mt-bold;
    font-size: 4vh;
    color: black;
}