html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  
    body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image:url(https://cdn.discordapp.com/attachments/1085021828818403418/1085069715266871327/osianbackground.png);
    overflow: hidden;
  }
  

#all {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

}

#cursor{
  background: gray;
  width: 200px;
  height: 200px;
  cursor: url('https://cdn.discordapp.com/attachments/843929547296211004/1020341724335329301/icons8-booger-48.png');
}

#corner1 {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 20vh;
}

#corner2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 20vh;
}

#playby {
    background-image: url('https://cdn.discordapp.com/attachments/279135210342318080/1085070314230263938/osian.png');
    background-size: contain;
    background-position: left;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 10%;
    animation: pbf 3s;
}

@keyframes pbf {
    0% {
        left: -10%;
        opacity: 0;
    }

    100% {

    }
    
}

#content {
    display: table-cell;
    max-width: 100%;
    min-width: 40%;
    width: 30%;
    height: 100%;
    position: absolute;
    left: 50%;
    animation: descf 3s;
}

@keyframes descf {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {

    }
    
}

#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: 20% 0 2.5% 0;
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
    object-position: 50% 50%;
    width: 85vh;
}

#text {
    font-size: 1vw;
    color: #e2a97d;
    font-family: 'Nanum Myeongjo', serif;
}

#break1 {
    position: absolute;
    margin: 1.5% 0 1.5% 0;
    object-fit: contain;
    object-position: 50% 50%;
    opacity: 0;
    z-index: -3;
    right: 23%;
    top: 35%;
    width: 40vh;
    animation: brakf 3s ease 1.5s 1 normal forwards;
}

@keyframes brakf {
    0% {
        transform: rotate(180deg);
    }

    100% {
        opacity: 0.2;
    }
    
}

#break2 {
    position: relative;
    margin: 1.5% 0 0 0;    
    object-fit: contain;
    object-position: 50% 50%;
    width: 45vh;
}

#t1 {
    position: absolute;
    right: 0%;
    z-index: 2;
    opacity: 0;
    transform: scalex(-1);
    bottom: 37%;
    height: 50vh;
    animation: t1f 2.3s ease 2.7s 1 normal forwards;
}

@keyframes t1f {
    0% {
        bottom: -20%;
        right: -33%;

    }

    100% {
        opacity: 1;

    }
    
}

#t2 {
    position: absolute;
    left: -13%;
    z-index: 2;
    bottom: 0%;
    opacity: 0;
    transform: scalex(-1);
    height: 50vh;
    animation: t2f 2s ease 2s 1 normal forwards;
}

@keyframes t2f {
    0% {
        bottom: -20%;
        left: -33%;

    }

    100% {
        opacity: 1;

    }
    
}

#tenta {
    position: absolute;
    height: 20vh;
    right: 37%;
    bottom: 5%;
    opacity: 0;
    animation: tentaf 2s ease 1.3s 1 normal forwards;
}

@keyframes tentaf {
    0% {
        bottom: -5%;

    }

    100% {
        opacity: 1;

    }
    
}