@font-face {
    font-family: 'Switzerland-Bold';
    src: url(../font/SWITZB.TTF);
}

*{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

html, body{
    width:100%;
    height: 100%;
}

.background img{
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0;
}

.layer {
    position: absolute;
    background-color: rgba(9, 74, 131, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container{
    min-height: 100%;
    display: block;
    justify-content: center;
    color: #fffefe;
    display: flex;
    font-family: "Switzerland-Bold";
}

.content{
    padding-top: 42px;
    z-index: 1;
    width: 80%;
}

.innerContent{
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.text{
    font-size: 50px;
}

.yellow{
    color: rgba(254, 243, 42, 1);
}

.button {
    margin-top: 60px;
    background: #FEF32A;
    border-radius: 9px;
    width: 196px;
    height: 50px;
    font-size: 12px;
    font-family: "Switzerland-Bold";
    color: rgba(9, 74, 131, 1);
    cursor:pointer;
}

@media only screen and (max-width: 1920px) {
    .background img{
        width: auto;
        min-height: 100%;
    }
}

@media only screen and (min-width: 1921px) {
    .background img{
        min-width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 1921px)  and (min-height: 1151px) {
    .background img{
        width: auto;
        min-height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .content{
        padding: 20px 0;
        width: 89%;
    }
    .button{
        margin-top: 130px;
        width: 100%;
    }

    .text{
        font-size: 35px;
    }
    .background img {
        width: auto;
        height: 100%;
        left: 13%;
        transform: translate(-50%, 0);
    }
    .background{
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    svg {
        width: 115.25px;
        height: 24.61px;
    }
}