body {background-color: black;}
    
.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    }

.gif-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: auto;
    margin-bottom: 30px;
}

.gif-size {
  width: 400px;
  height: auto;
}

video {
    max-width: 100%;
    height: auto;
    width: 400px;
    }


h1 {
  color: #41fc03;
  text-align: center;
}

h2 {
    color: #41fc03;
    text-align: center;
    background-color: #131e5c;
}

h3 {
    color: #e810c4;
    text-align: center;
}

h4 {
    color: #ebe134;
}