body {
    background-color: #283269;
    font-family: "Baloo 2", sans-serif;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logoCont {
    display: flex;
    justify-content: center;
    width: 100%;
}

.logoLink {
    text-align: center;
    width: 15vw;
}

.logo {
    color: white;
    width: 15vw;
    height: auto;
    text-align: center;
}

.textCont {
    text-align: center;
}

.title {
    color: #E5A73A;
    text-align: center;
    margin-top: 5vw;
}

.text {
    color: white;
    text-align: center;
    margin-top: 5vw;
}
