img {
    height: 200px;
    width: 200px;
}

.midtstill {
    text-align: center;
}

video {
    height: 800px;
    width: 400px;
    transform: rotate(-90deg);
}

body {
    background-color: darkslateblue;
}

p, h1 {
    background-color: darkblue;
    color: white;
}

.navbar {
    background-color: darkblue;
    align-content: center;
    text-align: center;
}

.navbar ul {
    list-style-type: none;
}