body {
  background-color: white;
  color: black;
  font-family: timesnewroman;
              background-image: url(https://serpentcycled.neocities.org/images/bgwhitesnake2.png);
            background-position: bottom;
            background-size: cover;
            background-repeat: no-repeat;
  
}

a {
  color: red;
 
}
p {
   margin: 0;
}


.special-indent {
  text-indent: 2em; /* Indents elements with the class "special-indent" by 2 em units */
}

.header {
 background-color: white;
  width: 50%;
  padding-bottom: 1%;
}


.column {
 background-color: white;
 padding-top: 1%;
 float: left;
 max-height: 650px;
 margin-bottom: 0;

}

.content {
 background-color: white;
max-width: 744px;
text-align: justify;
}

.content1 {
  color: red;
  float: right;
    width: 176px;
    margin-left: 1%;
    padding: 1%;
    padding-top: 4%;
    margin-bottom: 0;
    font-size: 15px;
    
}

.content2 {
  color: red;
  float: left; /* Floats the box to the left, text wraps on the right */
    width: 150px; /* Set a specific width for the inner box */
    margin-right: 1%;
    padding: 1%;
    font-size: 15px;
    margin-bottom: 0;
    padding-top: 2%;
    
}

.footer {
 background-color: white;
  width: 50%;
  padding-bottom: 1%;
   color: red;
}
