html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #b8a088;
    overflow: hidden;
  }

#all {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

}

#playby {
    background-image: url('https://i.ibb.co/R4j40YG/Faustenaust.png');
    background-size: contain;
    background-position: left;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 0%;
    animation: pbf 3s;
}

@keyframes pbf {
    0% {
        left: -2%;
        opacity: 0;
    }

    100% {

    }
    
}

#content {
    display: table-cell;
    max-width: 100%;
    min-width: 40%;
    width: 60%;
    margin-top: 5%;
    height: 100%;
    position: absolute;
    left: 30%;
    top: 0%;
    opacity:1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

#desc {
    height: 100%;
    width: 100%;
    position: absolute;
}

#name {
    user-zoom: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative;
    margin: 0% 0 2.5% 0;
    max-width: 50%;
    max-height: 50vh;
    object-fit: contain;
    object-position: 50% 50%;
    width: 75vh;
}

#text {
    font-size: 1.6vw;
    color: #46120b;
    font-family: 'Gideon Roman', cursive;
}

#break2 {
    position: relative;
    margin: 1.5% 20% 0 0;    
    object-fit: contain;
    object-position: 30% 30%;
    width: 80vh;
}

#snake {
    position: absolute;
    height: 100vh;
    opacity: 0.1;
    right: 0%;
    top: 0%;
}