body{
    background-image: url(images/sunflower.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
    background-size: cover;
}
h1{
    width: fit-content;
    background-color: #eed202;
    border: dotted black;
    font-size: 120px;
    font-family: "Handjet", sans-serif;
    font-weight: bolder;
    position: relative;
    left: 5%;
    rotate: 1.5deg;
}
h2{
    font-size: 40px;
    font-family: "Handjet", sans-serif;
    font-weight: bolder;
    position:absolute;
    left: 5%;
    top: 0px;
    rotate: -1deg;
}
#musicplayer{
    border:dotted green;
    border-width: 5px;
    position:fixed;
    right: 0px;
    top: 0px;
}
#buttonpullout{
    border: solid;
    border-radius: 5px;
    position: absolute;
    top: 30%;
    right: 103%;
    background-color: #eed202;
    border: black;
    transform: scaleX(2);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#main{
    font-family: "Bitcount Single", sans-serif;
    background-color: greenyellow;
    border: dotted green;
    width: 600px;
    height: fit-content;
    padding: 25px;
    font-size: 21px;
    position: relative;
    left: 9.5%;
}
#intro{
    font-size: 21px;
    font-family: "Bitcount Single", sans-serif;
    position: relative;
    left: 9.5%;
    font-size: 21px;
    border-style: dotted;
    width: 600px;
    height: fit-content;
    padding: 25px;
    border-color: green;
    background-color: greenyellow;
}
#hills{
    scale: (0.25,0.25);
    position: fixed;
    bottom: 0px;
    right: 35%;
}
#bottomgif{
    position:fixed;
    bottom: 0px;
    left: 0px;
}
#dropdownmenu1{
    padding: 5px;
    border-radius: 5px;
    font-size: 21px;
    font-family: "Bitcount Single", sans-serif;
    background-color: #eed202;
    border: dotted black;
    position: absolute;
    top: 50%;
    left: 0.3%;
}
#dropdowncontent1{
    padding: 5px;
    border:dotted black;
    background-color: #eed202;

}
#cursorlink{
    padding: 5px;
    border:dotted black;
    background-color: #eed202;
}
#assetlist{
    font-family: "Bitcount Single", sans-serif;
    font-size: 21px;
    background-color: #eed202;
    border: dotted black;
    padding: 5px;
    border-radius: 5px;
    width: 20%, auto;
    position:absolute;
    top: 80%;
    left: 0.3%;
}
#tip1{
    width: fit-content;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    border: solid, #eed202;
    background-color: orange;
    border-radius: 5px;
    position:absolute;
    top: 30%;
    left: 5%;
    transform: rotateZ(-0.5deg);
}
#tip1:hover{
    border: dotted, red;
}
h1:hover{
    border: dotted, red;
}
a:link{
    color: black;
    text-decoration: none;
}
a:hover{
    color: orange;
    text-decoration: none;
}
a:active{
    color: black;
    text-decoration: none;
}
a:visited{
    color: black;
    text-decoration: none;
}