@import url('https://fonts.googleapis.com/css?family=Hammersmith+One|Russo+One|Staatliches&display=swap');
body {
    background: #ffffff;
    background-size: cover;
    margin: 0vw;
}

.backguy {
    position: absolute;
    left: 37vw;
    top: 4vw;
    width: 60vw;
}

.menu {
    list-style-type: none;
    margin: 0vw;
    padding: 0vw;
    position: absolute;
    width: 50vw;
    height: 5vw;
    left: 20vw;
    line-height: 2vw;
}

.menuitem {
    color: #ffffff;
    float: left;
    margin: 1.5vw;
    font-family: 'Hammersmith One';
    cursor: pointer;
    border-bottom: 0.1vw solid transparent;
    height: 1.5vw;
    font-size: 0.8vw;
}

.maintext {
    position: absolute;
    width: 40vw;
    height: 22vw;
    left: 12vw;
    top: 14vw;
}

.title {
    font-family: 'Staatliches';
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.1vw;
    line-height: 4vw;
}

.description {
    color: #fff;
    font-family: 'Hammersmith One';
    letter-spacing: 0.1vw;
    line-height: 2vw;
    font-size: 0.75vw;
}

.button1 {
    color: #fff;
    position: absolute;
    font-size: 1vw;
    font-family: 'Staatliches';
    background: #ff0000;
    padding: 1vw;
    width: 8vw;
    text-align: center;
    height: 1vw;
    line-height: 1.1vw;
    top: 12vw;
    cursor: pointer;
}

.backguy2 {
    position: absolute;
    left: 50vw;
    top: 3vw;
    width: 30vw;
}

.maintext2 {
    position: absolute;
    width: 40vw;
    height: 22vw;
    left: 16vw;
    top: 13vw;
}

.title2 {
    font-family: 'Staatliches';
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.1vw;
    line-height: 4vw;
}

.description2 {
    color: #ff0000;
    font-family: 'Hammersmith One';
    letter-spacing: 0.1vw;
    line-height: 2vw;
    font-size: 0.75vw;
}

.maintext3 {
    position: absolute;
    width: 40vw;
    height: 22vw;
    left: 36vw;
    top: 16vw;
}

.title3 {
    font-family: 'Staatliches';
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.1vw;
    line-height: 4vw;
}

.title4 {
    font-family: 'Staatliches';
    color: #ff0000;
    font-size: 4vw;
    letter-spacing: 0.25vw;
    line-height: 4vw;
}
