
html {
    height: 100%;
}

body {
    background-color: #6B1E2E; 
    background-image: url(background.png);
    background-size: cover;
    background-position: center;
}

.container{
    margin-left: auto;
    margin-right: auto;
    width: 1500px;
}

header {
    background-color: #F4ECD8;
    height: 118px;
    text-align: center;
    color: #C9A227;
    font-size: 80px;
}

nav {
    background-color: #b6b3ac;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


main {
    font-size: 20px;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #d3cfc699;
    min-height: 500px;
    line-height: 1.65;
    height: auto;
    text-indent: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
}



footer {
    background-color: rgba(94, 97, 89, .99);
    min-height: 75px;
    height: auto;
}

nav a {
    text-decoration: none;
    font-size: 25px;
    color:#6B1E2E;
    padding-left: 20px;
}

iframe {
    padding-left: 50px;
}

main a img {
    width: 400px;
    height: 260px;
    transform: translate(25px);
    padding-left: 50px;
    padding-top: 40px;
}

main .video-container {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.rounded-img {
  border-radius: 25%;
}

.center {
    text-align: center;
}
