body{
    background-image: url(homepage/images/background.gif);
    background-color: black;
    color:red;
}
.container{
    align-content: center;
    display: block;
    background: black;
    width: 80%;
    margin: 2% auto;
    text-align: center;
    border: 5px, solid; 
}
h1{
    font-size: 50px;
}
p{
    font-size: 25px;
    text-align: justify;
    text-indent: 10%;
    padding:2%;
}
.zoom:hover {
  transform: scale(1.3)
}
#subhead{
    font-size: 30px;
}
#link{
    font-family: courier new;
    font-size: 50px;
     text-shadow: 1px 1px 10px white;
}
a{
    color: red;
}