html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


img {
    width: 100vh;
    padding-bottom: 0;
    margin-bottom: 0;
}

html {
    background-image: url("andy3.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: center;
    background-position-y: center;
}

body {
  background-image: url("barbed.png");
  background-position: center;
  background-repeat: repeat;
}


h1 {
    position: relative; left: 700px; top: -800px;
    /*position: absolute; left:650px; top:-300px;*/
    margin: 0px 0px 0px 0px;
    font-family: 'Cedarville Cursive', cursive;
    font-weight: lighter ;
    font-size: 60px;
}

h2 { position: relative; left:775px; top:-850px;
    margin: 0px 0px 0px 0px;
    font-family: 'Cedarville Cursive', cursive;
    font-weight: bolder;
    font-size: 90px;
    background-color: rgba(255, 129, 198, 0.822);
    width: 325px; height: 160px;
    margin: 10px;
}

h3 { position: relative; left:1000px; top:-925px;
    margin: 0px 0px 0px 0px;
    font-family: 'Cedarville Cursive', cursive;
    font-style: normal;
    font-size: 60px;
}

h4 { position: relative; left:1075px; top:-950px;
    margin:  0px 0px 0px 0px;
    font-family: 'Cedarville Cursive', cursive;
    font-style: normal;
    font-size: 40px;
}

h5 { position: relative; left:675px; top:-970px;
    margin:  0px 0px 0px 0px;
    font-family: 'Cedarville Cursive', cursive;
    font-style: normal;
    font-size: 35px;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color:rgba(255, 129, 198, 0.932);
    padding-bottom: 0;
    margin-bottom: 0;
}


/*h6 {
    position: relative; vertical-align: center;
    font-family: 'Cedarville Cursive', cursive;
    font-style: normal;
    font-size: 50px;
    margin: 150px;
    background-color: rgba(255, 129, 198, 0.822);

}*/

p {
    /*font-family: 'Inconsolata', monospace;
    font-weight: bold;*/
    font-family: dico-typewriter, mono;
    font-weight: 700;
    font-style: normal;
    background-color: rgba(255, 129, 198, 0.527);
    padding-right: 30px;
    margin-left: 275px;
    margin-right: 275px;
    padding: 30px;
    display: grid;
    grid-template-columns: 100%;
}

a {
    font-family: dico-typewriter, mono;
    font-weight: 700;
    font-style: normal;
    color: rgba(255, 129, 198, 0.932);
    position: relative; left: 390px; top: 675px;
    margin:  0px 0px 0px 0px;

}