body,html{
    margin: 0;
    padding: 0;
    //font-family: verdana;
    font-family: Comic Sans MS;
    font-size: 12px;
    background-color: black;
    background-image: url("darkbackground.jpg");
    //background-image: url("AutumnFull2.jpeg");
    //background-position: center;
    background-repeat: no-repeat;
    //background-repeat: repeat;
background-position: center top;


}
.main-content{
    top:0;
    bottom: 0;
    left:0;
    right: 0;
}
.m3{
    top:200px;
    position: relative;
    width:1200px;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: x-large;
}

.main-content3{
    width: 380px;
    display: inline-block;
    text-align: center;
    font-size: x-large;
    vertical-align: top; 
    margin-left: 10px;
    
}

.main-content3 img{
    width:370px;
    border: 8px solid grey;
    height: 354px;
}
 
.imageText{
    width:370px;
    background-color: #f1f1f1;
    border: 1px solid;
    display:none;
    border-color: #c1c1c1;
}

.imageText2{
    width:280px;
    height: 100px;
    margin:10px;
    margin-top: 20px;
    margin-bottom:  20px;
    display: inline-block;
}

a {
    color: white;
    text-decoration: none;
} 