

body {
  background-color: #250012;
  color: black;
  font-family: Verdana;
}

p {
 font-size: 20px;
 color: #FFE7FF;
}

.da-main {
 margin: auto;
 margin-top: 4vh;
 
 width: 50%; /*Legacy support*/
 inline-size: 50%;
 
 min-height: 80vh; /*Legacy support*/
 min-block-size: 80vh; 
 
}

img {
 max-width: 100%; /*Legacy support*/
 max-inline-size: 100%;
}

.this-thing {
 margin:auto;
 width: 50%; /*Awful, horrible solution. Why must my image take up the most space it possibly can?*/
}

.note {
 text-align: center;
 font-size: 75%;
}

video {
 width: 75%; 
}

.this-thing, .rounded {
 
 border: 5px solid #4FE7FF;
 border-radius: 3%;
  
 padding: 3%;
}

h1 {
  color: #130042;
  /*font-size: 3vw;*/ 
  text-align: center;
  background-color: #4FE7FF;
  margin: 0;
}