body {
    margin: 0;
    background-color: black;
}
a {
    color: white;
}
header {
    padding: 0px 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
header img {
    width: 80px;
    position: relative;
    top: 0px;
}

nav {
    margin-left: 1350px;
    position: relative;
    top: -60px;
}

nav a {
    color: whitesmoke02;
    margin-left: 30px;
    text-decoration: none;
    font-size: 20px;
    font-family:Georgia, serif;
}

main {
    text-align: center;
    margin-top: -100px;
}
    .box {
    float: left;
    width: 33.3%;
    height: 250px;
    text-align: center;
    position: relative;
}
    .box img {
        width: 102%;
        height: auto;
    }

    .box p {
        font-size: 35px;
        color: whitesmoke;
        position: absolute;
        bottom: 140px;
        width: 100%;
        margin: 0;
        font-family: georgia;
    }

    .hero {
        text-align: center;
        position: relative;
        top: -80px;
    }
    .hero img {
        width: 100%;
        height: auto;
}
.compositions {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 0px;
}
.compositions img {
    width: 85%;
    height: auto;
}

.compositions h2 {
    color:gold;
    text-align: center;
    font-size: 40px;
    font-family: "palatino linotype", palatino, serif;
}

h1 {
    color: whitesmoke;
    text-align: center;
    margin-top: 40px;
}

h2 {
    color: whitesmoke;
}

p {
    color: whitesmoke;
}
.intro {
    color: whitesmoke;
    text-align: center;
    margin-bottom: 80px;
    font-size: 18px;
}
.description {
    text-align: center;
    width: 80%;
    margin: 20px auto 40px auto;
    font-size: 32px;
    line-height: 1.5;
}

.compositions-page h1 {
    margin-top: 20px;
    color: gold;
    font-size: 70px;
    font-family: "Palatino Linotype", Palatino, serif;
}

.compositions-page header {
    position: relative;
}

.guides {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 50px;
}

.guides h2 {
    color: gold;
    font-size: 35px;
    font-family: "palatino linotype", palatino, serif;
}
.guides p {
        font-size: 18px;
        padding: 0 30px;
}
.guides-page .guides {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 50px;
}

.video-box {

    width: 80%;
    height: 200px;
    margin: auto;
    border: 2px solid goldenrod;
    text-align: center;
}

.guides-page header {
    position: relative;
}

.guides-page h1 {
    color: gold;
    font-size: 70px;
    font-family: "palatino Linotype", Palatino, serif;
    text-align: center;
    margin-top: 40px;
}

.video-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-page header {
    position: relative;
}

.about-page h1 {
    color: gold;
    font-size: 70px;
    font-family:"Palatino Linotype", Palatino, sans-serif;
    text-align: center;
    margin-top: 20px;

}

.about-image {
    float: left;
    width: 50%;
    text-align: center;
}

.about-image img {
    width: 65%;
    height: auto;
}

.about-text {
    float: left;
    width: 40%;
    margin-left: 5%;
    font-family:"Palatino Linotype", Palatino, sans-serif;
}

.about-page .intro {

margin-bottom: 30px;
}

.about-text h2 {
    color: gold;
    font-size: 35px;
    line-height: 1.5;
    margin-top: 20px;
}

.about-text p{
    font-size: 20px;
    line-height: 1.5;
}

.program-button{
position:absolute;
left:50%;
bottom:60px;
transform:translateX(-50%);
padding:12px 25px;
border:2px solid gold;
background:black;
color:white;
text-decoration:none;
font-size:22px;
font-family:Georgia,serif;
}