body
{
    font-family: 'Arial', sans-serif;
    background-repeat: repeat;
}

h1, p, a
{
    color: rgb(15, 15, 15);
    /*font-weight: bold;*/
    
}

.footer
{
    text-decoration: underline;
}

a
{
    font-size: large;
    text-decoration: none;
    margin-inline: 1%;
}

footer 
{
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}

img
{
    width: 12%;
    height: auto;
    transition: 0.3s;
    
}

img:hover
{
    width: 14%;
    height: auto;
}
#video
{
    display: block;
    margin: auto;
    margin-bottom: 2%;
    margin-top: 10%;
    text-align: center;
}