@font-face {
    font-family: 'Bauhausb';
    src: url(Bauhausb.ttf);
}

@font-face {
    font-family: 'Bauhaush';
    src: url(Bauhaush.ttf);
}

*{
    margin: 0px;
}

.background{
    background-image: url(Gradient_Background.png);
    height: 115vh;
    width: 100vw;
    background-position: center center;
    position: fixed;
    z-index: -1;
    display: flex;
    background-size: cover;
}

.pagetop{
    display: flex;
    height: 22vh;
    border-bottom: solid 5px #edc811;
    align-items: end;
    justify-content: space-between;
}

.logo{
    position: relative;
    display: flex;
    height: 19vh;
    left: 3.6vw;
    bottom: 1vh;
}

.logo img{
    max-width: 100%;
    max-height: 100%;
}

.slogan{
    display: inline-flex;
    align-items: end;
    position: relative;
    right: 3.7vw;
}

.smooth{
    color: #edc811;
    font-family: 'Bauhaush';
    font-size: 5.5vw;
    line-height: 1.1;
}

.velv{
    color: white;
    font-family: 'Bauhaush';
    font-size: 8.5vw;
    line-height: 0.9;
}

.midpage{
    height: 72vh;
    width: 65vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    left: 17.5vw;
}

.box{
    height: 32vh;
    width: 25.3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5vh;
}

.box img{
    flex-shrink: 0;
    max-width: 125%;
    height: auto;
    width: auto;
}

.button{
    text-decoration: none;
    color: white;
    width: 24.8vw;
    height: 5vh;
    border: solid 5px #edc811;
    font-family: 'Bauhausb';
    font-size: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picture{
    overflow: hidden;
    display: flex;
    justify-content: center;
}

@media(max-width: 900px){
    .midpage{
        top: 5vw;
        height: 150vh;
        width: 100vw;
        flex-direction: column;
        left: 0;
    }

    .box{
        width: 80vw;
    }

    .button{
        width: 60vw;
        font-size: 4vw;
    }
}