body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20vw;
    background: #fff989; 
    background: -moz-linear-gradient(top, #fff989 0%, #ff5959 100%);
    background: -webkit-linear-gradient(top, #fff989 0%,#ff5959 100%); 
    background: linear-gradient(to bottom, #fff989 0%,#ff5959 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

h1 {
    transform: rotate(30deg);
    margin-top: -3vw;
    margin-left: -5vw;
    margin-right: 75vw;
}

h2 {
    transform: rotate(90deg);
    margin-top: 450px;
    color: white;
}

h3 {
    transform: rotate(270deg);
    margin-top: -1700px;
    margin-right: 305px;
    color: white;
}

h4 {
    transform: rotate(330deg) scaleX(-1);
    margin-top: 20vw;
    margin-right: 10vw;
    font-size: 200px;
}

a:link {
    color: white;
}
a:hover {
    color: rgb(255, 131, 133);
}
a:active {
    color: white;
}
a:visited {
    color: black;
}

h5 {
    transform: rotate(30deg) scale(2) skew(20deg);
    margin-top: -20vw;
    margin-right: 75vw;
    margin-left: 10vw;
    font-size: 20px;
    border-style: dashed;
    border-width: auto;
}

h6 {
    font-size: 100px;
    transform: translate(500px);
    transform:scale(1.3) skew(30deg);
    border: 6px solid #ffffff;
    margin-right: 20vw;
    margin-left: 60vw;
    margin-top: -10vw;
}

h5:hover {
    color: white;
}

@media screen and (max-width: 1500px){
    h2 {
        color: gray;
    }
    h5 {
        transform: rotate(170deg) scaleX(-2);
    }
}
    