h1{
    color: #9e8d9d;
    font-family: sans-serif;
    }
    
    h1:hover{
        color:#89668a;
    }
    
    #top h1{
        text-align: left;
        padding-left: 100px;
        padding-top: 35px;
    }
    
    #top h2{
        text-align: left;
        padding-left: 100px;
    }
    body{
        background-color: #c9bbc8;
        margin-top: 25px;
    }
    
    h2{
        color:#c9bbc8;
        font-family: 'Franklin Gothic Medium';
        padding-bottom: 0px;
    }
    
    p{
        font-size: 25px;
        padding: 0px 65px 0px 100px;
        color: #c9bbc8;
        align-items: center; 
        margin-bottom: 80px;    
        padding-bottom: 60px;
    }
    
    #image{
        display: grid;
        align-items: center; 
        grid-template-columns: 1fr 1fr ;
        column-gap: 5px;
        margin-top: 40px;
    }
    
    #image img{
            max-height: 440.306px;
            height: auto;
            min-width: 10%;
            filter: grayscale(100%);
            
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 55%;
            margin-bottom: 53px;
    }
    
    #image img:hover {
        transform: scaleX(-1);
      }
    
    #top{
        background-color: #574255;
      }
    
    #background{
        margin-left: 150px;
    }
    
    #video{
        margin-left: 300px;
        margin-right: 300px;
    }
    
    iframe{  
        margin:auto;
        display:block;
        width: 100%;    
        height: 700px;
    }