body{
    background-color: rgb(51,54,69,255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.header{
    text-align: center;
    color: rgb(173, 155, 53);
    background-color: rgb(173, 155, 53);
}
.menu{
    padding: 0;
    text-align: center;

}

.menu ul{
    list-style-type: none;
    background-color: rgb(51,54,69,255);;
    padding: 0;

}

.menu ul li{
    display: inline-block;
    padding: 15px;
    margin: 0;
    border-right: 2px solid rgb(27,25,24,255);
}

.menu ul li a{
    text-decoration: none;
    color: rgb(27,25,24,255);
    display: block;
    font-size: 20px;
    text-align: center;
    
}

.menu ul li:hover{
    background-color: rgb(173, 155, 53);
    transition: 250ms;
}

.textone{
    text-align: left;
    color: white;
    background-color: rgb(173, 155, 53);
    font-size: 200%;
    margin-right: 2%;

}

.texttwo{
    text-align: left;
    color: white;;
    background-color: rgb(27,25,24,255);
    font-size: 200%;
    margin-top: 1%;
    margin-left: 2%;
    height: 100%;
    
}

.textthree{
    text-align: left;
    color: white;
    background-color: rgb(173, 155, 53);
    font-size: 200%;
    margin-top: 1%;
    margin-right: 2%;
    height: 20%;
}

.Content{
    display: flex;
    padding-top: 3%;
}

.contenttwo{
    display: flex;
    padding-top: 3%;
}

.contentthree{
    display: flex;
    padding-top: 3%;
}

.video{
    padding-top: 3%;
}

.cpy{
    text-align: center;
    background-color: rgb(173, 155, 53);
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    width:auto;
    color: rgb(27,25,24,255);
    margin-top: 5%;
    }