html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #393556;
    overflow: hidden;
  }

#all {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

}

#playby {
    background-image: url('https://media.discordapp.net/attachments/923639450486050908/1096351593156333648/WhyPB.png?width=383&height=662');
    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: 50%;
    margin-top: 5%;
    height: 100%;
    position: absolute;
    left: 30%;
    top: 0%;
    opacity: 0;
    animation: descf 3s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes descf {
    0% {
        top: 100%;
        opacity: 0;
    }

    100% {
        opacity: 1;

    }
    
}

#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: 75%;
    max-height: 75vh;
    object-fit: contain;
    object-position: 50% 50%;
    width: 75vh;
}

#text {
    font-size: 1.1vw;
    color: #eee0a6;
    font-family: 'Gideon Roman', cursive;
}

#break2 {
    position: relative;
    margin: 1.5% 20% 0 0;    
    object-fit: contain;
    object-position: 30% 30%;
    width: 80vh;
}