body {
    display: grid;
    place-items: center;
    font-family: 'Courier New';
    background-color: #e4dcd3;
}

@media screen and (max-width: 460px) {
    video {
         width: 300px;
    }
}

img {
    max-width: 600px;
}

p {
    max-width: 800px;
}

a {
    color: inherit;
    text-decoration: inherit;
    font-family: 'Courier New';
    border-bottom: 1px dotted;
}
