body {
    background-color: #BBD6EE;
}

.main-title {
    font-size: 4vw;
}

.logo-wrap {
    width: 60%;
    display: flex;
    justify-content: center;
}

.img-container {
    width: 80%;
}

.logo-text-wrap {    
    font-size: 2vw;
    white-space: nowrap;
}

.btn {
    background-color: #2F5496;
    border-color: #2F5496;
}