* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-bottom: 2vh;
}

h2, p {
    padding-bottom: 2vh;
}

p {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    padding-bottom: 2vh;
}

.container {
    width: 100%;
}

img {
    width: 500px;
    height: auto;
    padding-bottom: 2vh;
}

video {
    display: flex;
    justify-content: center;
    align-items: center;
}

