:root{
    --body-bkg-img: url('backgrounds/sunbg.gif');
    --right-img: url("imgs/bkg.jpg")
}

::selection {
    background: orange;
  }

.kosugi-maru-regular {
    font-family: "Kosugi Maru", serif;
    font-weight: 400;
    font-style: normal;
}

.beth-ellen-regular {
    font-family: "Beth Ellen", cursive;
    font-weight: 400;
    font-style: normal;
}

.dm-mono-light {
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-style: normal;
}

p{
    font-family: "DM Mono";
    font-size: 13px;
    margin: 1em;
    color: #21201f;
    text-align: justify;
    text-transform: lowercase;
}

li{
    color: #21201f;
}

h3{
    color: #21201f;
}

body{
    background-image: var(--body-bkg-img);
}

*{
    box-sizing: border-box;
}

.container{
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    margin-top: 150px;
    box-shadow: 0 0 10px #fff;
    font-family: monospace;
}

#inner{
    border: dashed 2px #be9800;
    border-radius: 10px;
    padding: 20px;
    background-color: #fffef9;
    display: flex;
}

#right{
    max-width: 350px;
    background-image: var(--right-img);
    background-size: cover;
    width: 800px;
    border: solid 2px #066251;
    margin-left: 20px;
}

#content{
    border: solid 2px #be9800;
    background-color: #f0c454;
    text-align: center;
    padding: 30px;
}

#header{
    position: relative;
    top: -100px;
}

h1{
    position: absolute;
    left: 50px;
    top: -17px;
    margin: 0%;
    font-family: "Beth Ellen", cursive;
    font-size: 65px;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h2{
    font-family: DK Longreach;
    font-size: 50px;
    margin: 0;
    margin-bottom: 20px;
    color: #3a353c;

}

button{
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
    border-radius: 0;
}

#enter a{
    text-decoration: none;
    color: black;
}

#enter :hover{
    top: -5px;
}


#webButtons img{
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

#webButtons img :hover{
    top: -5px;
}

#sideImg{
    position: relative;
    bottom: 225px;

}

#sideImg img{
    position: absolute;
    width: 500px;
    right: 350px;
}