body {
    height: 100%;
    margin: 0;
    text-align: center;
    width: 100%;
    background-color: mintcream;
}

h1 {
    color: #333;
    font-size: 36px;
    margin-top: 20px;
    text-shadow: 2px 2px;
    text-shadow: 2px 2px 4px #000000;

}

h2 {
    color: #3B5998;
    font-size: 24px;
    margin-top: 20px;
}

h3 {
    color: #3B5998;
    font-size: 20px;
    margin-top: 20px;
}

img {
    border-radius: 8px;
}

footer {
    color: #1038e9;

}

div[aria-dropeffect="link"] {
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

video {
    width: 100%;
    height: auto;
}