body {
    display: flex;
    size: cover;
    flex-wrap: wrap;
    margin: 0;
    background-color: black;
/*    transition: all 0.4s ease-in-out;*/
    overflow: hidden;
}

#Div1 {
    width: 85vw;
    height: 70vh;
    position: relative;
    font-size: 12vw;
    color: black;
    background-color: transparent;
    border: none !important;
    outline: none !important;
    padding: 0!important;
/*    hyphens: auto;*/
}

#Div2 {
    width: 85vw;
    height: 70vh;
    background-color: white;
    border: none !important;
    outline: none !important;
    padding: 0!important;
    box-shadow: 0.8px 0.8px 0 0 white;
/*    hyphens: auto;*/
}

@keyframes animation1 {
  from {right: 0px;}
  to {right: 50vw;}
}

@keyframes animation2 {
  from {transform: scaleY(1);}
  to {transform: scaleY(2);}
}

@keyframes animation3 {
  from {color: none;}
  to {color: red;}
}

@keyframes animation4 {
  from {transform: rotateZ(0deg);}
  to {transform: rotateZ(360deg);}
}

@keyframes animation5 {
  from {left: 0px; top: 0vw;}
  to {left: 30vw; top: 50vw;}
}

.textarea:focus {
    outline: none !important;
  }

.about {
  position: relative;
  width: fit-content;
  float: left;       
  height: 9.9vh;  
/*  padding-left: 1vw;    */
  font: 2vw Arial, sans-serif;
  line-height: 9.9vh; 
  cursor: pointer;    
  color: white;
  z-index: 100;
}

@media (max-width: 1200px) {
    .about {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .about {
        font-size: 20px;
    }
}

#content {
  display: none;
  position: fixed;  
  width: 85vw; 
  height: 100vh; 
  padding-left: 15vw;     
  right: 0vw; 
  top: 9.8vh;  
  background-color: black;        
  cursor: auto; 
  z-index: 100;
}

.about:hover {
  font-style: italic;   
}

#index {
  position: relative;
  width: fit-content;
  float: left;    
  height: 9.9vh;
    padding-left: 6vw;
  padding-right: 5vw;  
  font: 2vw Arial, sans-serif;
  line-height: 9.9vh; 
  cursor: pointer;    
  color: white;
  z-index: 100;
}

#reload {
    position: relative;
    width: fit-content;
    float: left;
    padding-left: 5vw;
    font: 1.5vw Arial, sans-serif;
    line-height: 10vh;
    text-align: center;
    margin-top: -0.1vh;
    color: white;
    background-color: black;
    cursor: pointer;
/*    z-index: 100;*/
}

@media (max-width: 1200px) {
    #reload {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    #index {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    #index  {
        font-size: 20px;
    }
}

#index:hover {
  font-style: italic;   
}

p  {
    margin: 0;
  padding-right: 25vw;     
  font: 2vw Arial, sans-serif;    
  line-height: 125%;  
  color: white;       
}

@media (max-width: 1200px) {
    p {
        font-size: 25px;
        padding-right: 10vw;
    }
}

@media (max-width: 768px) {
    p {
        padding-top: 0vh;
        font-size: 20px;
        padding-right: 5vw;
    }
}

.button {
    display: flex;
    width: 5vw;
    height: 20vh;
    color: white;
    background-color: black;
    border: none;
    box-shadow: 0 0 0 0.8px white;
    text-align: left;
    hyphens: auto;
    cursor: pointer;
    z-index: 0;
}

.value {
    position: absolute;
    margin-top: 5vw;
/*    padding-right: 5px!important;*/
    width: 5vw;
    height: 10vh;
    color: white;
    background-color: none;
    border: none;
    text-align: left;
    hyphens:auto;
    cursor: pointer;
    z-index: 0;
}

/*
button:active{
    background-color: white;
}

button:focus{
    background-color: white;
}

button:visited{
    background-color: darkgrey!important;
}
*/

#unicodeBidi, #wordBreak, #textIndent {
    height: 35vh;
}

#whiteSpace, #transform, #animation {
    height: 35vh;
    margin-top: -35vh;
}