body {
    background-image: url('https://i.pinimg.com/564x/97/01/d9/9701d97d28bd4bef78a5587e7fd33673.jpg'); 
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .image-div {
        width: 100%; 
        height: 100%; 
        background-image: url('https://i.pinimg.com/564x/47/95/47/479547dcdc03aa5582301e3a7be02339.jpg'); 
        background-size: cover; 
        background-position: center;
        
    }
#outer {
    height: 410px;
    width: 1300px;

    position: relative;
    left: 300px;
    border: 5px solid rgb(17, 147, 143);

    
}

#about{
    height:800px;
    width:1300px ;
    position: relative;
    top: 20px;
    left: 300px;
    background-color: rgb(152, 237, 237);
    border: 5px solid rgb(17, 147, 143);

    
}
h1 img{
    
    min-height: 300px; 
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
}
h1{
    font-family: monospace;
    font-style: oblique;
    color:  rgb(17, 147, 143);
    position: relative;
    padding-left: 350px;
    padding-right: 5px;
}
iframe{
    padding-top: 50px;
    position: relative;

}

h2{
    color: rgb(66, 133, 133);
    size: small;
    padding-left: 350px;
    
}
h2 img{
    min-height: 300px; 
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
}

#look{
height: 500px;
width: 800px;

position: relative;
left: 300px;
top: 50px;
}