body {
    color:white;
    background-image:url("https://midterm.saundersc.sites.carleton.edu/xmenbackground.png");
    background-repeat:repeat repeat;
    background-size:200px;
    font-family:times;
    text-align:center;
    overflow-x:hidden;
    overflow-y:scroll;
}


.header {
    text-align:center;
    height:140px;
    background:#A90D08;
    border:3px outset darkgray;
    border-radius:7px;
    width:600px;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    box-shadow:4px 4px black;
}

.main {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    background:#A90D08;
    padding-right:50px;
    padding-left:50px;
    padding-top:20px;
    padding-bottom:50px;
    overflow:auto;
    height:auto;
    border-radius:7px;
    border:3px outset darkgray;
    box-shadow:4px 4px black;
}

.sidebutton {
    float:right;
    width:70px;
    height:70px;
    position:fixed;
    bottom: 20;
    right: 20;
    border:2px darkgray;
    border-style:outset;
    border-radius:3px;
    padding:6px;
    background:#AD110C;
   
}
.sidebutton:hover {
    border:2px #272727;
     border-style:inset;
     background:#9E0C07;
     color:#FEE48C;
}
.embed-container-container {
width:600px;
height:450px;
margin-left:auto;
margin-right:auto;
margin-bottom:40px;
}
table.head {

 text-align:center;
 margin:auto;
 

}

a.head {
 color:inherit;
 font-style:italic;
 text-decoration:none;
}

a.button {
 color:inherit;
 font-style:oblique;
 text-decoration:none;
 text-align:center;
}
th {
    width:70px;
    border:2px darkgray;
    border-style:outset;
    border-radius:3px;
    padding:6px;
    height:35px;
    background:#AD110C;
}

th:hover {
    border:2px #272727;
     border-style:inset;
     background:#9E0C07;
     color:#FEE48C;
}

p {
    font-size:13px;
}

h1{
    text-transform:uppercase;
}
h2 {
    font-style:italic;
}
