body{
    margin: 0px;
    background-color: #697565;
    
}
header{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #697565;
    padding: 30px;
    box-shadow: 0px 0px 30px #DAD4B5;
}
header a{
    margin-right: 30px ;
    text-decoration: none;
    color: #ECDFCC;
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    font-weight: bold;
}
header a:hover{
    background-color: #982B1C ;
    color: #F2E8C6;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    box-shadow: 0 0 10px #982B1C;
    font-weight: bold;
}
header .headline{
    color:#ECDFCC ;
    margin: 0px;
    font-family: 'Courier New', Courier, monospace;
}
aside .container-one{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-left: 20px;
}
aside .container-one .one{
    background-color: #DAD4B5;
    padding-bottom: 200px;
    margin-right: 30px;
    transition-duration: 0.5s;
}
aside .container-one .one:hover{
    box-shadow: 0 0 20px #DAD4B5;
    transition-duration: 0.5s;
}
iframe:hover{
    box-shadow: 0 0 20px #3C3D37;
    transition-duration: 0.5s;
}
iframe{
    width: 600px;
    height: 400px;
    transition-duration: 0.5s;
}
aside .container-one .one a{
    color: #DAD4B5;
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    display: flex;
    background-color: #697565;
    margin: 10px;
    padding: 10px;
    transition-duration: 0.5s;
}
aside .container-one .one a:hover{
    background-color: #982B1C;
    transition-duration: 0.5s;
    box-shadow: 0 0 10px #982B1C;
}
aside h1{
    color: #DAD4B5;
    text-align: center;
    margin-top: 50px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}
section{
    
    margin-top: 50px;
}
section .container h2{
    font-family: 'Courier New', Courier, monospace;
    color: #DAD4B5;
    justify-content: center;
    align-items: center;
    display: flex;
    
}
section .container .location{
    display: flex;
    color: #DAD4B5;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}

footer{
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    background-color: black;
    color: #F2E8C6;
    box-shadow: 0 0 20px black;
    padding: 30px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    font-weight: bold;
}
footer div p a{
    text-decoration: none;
    color: #F2E8C6;
}
footer div div{
    margin-left: 20px;
}
footer div p:hover,footer div p a:hover{
    color: #982B1C;
}