body {
   color:#A44444;
    font-family:monospace;
    background-image: url(Images/background.png);
    cursor: url(Images/cursor1.png), auto;
}

h1 {
    text-align: center;
    background-color: #FFFFFF;
    border: 4px solid;
    border-color: #000000;
    width:auto;
    height: auto;
    font-size:50;
    margin-top:5%;
    margin-left: 10%;
    margin-right:10%;
}

h2 {
    text-align: center;
    background-color: #FFFFFF;
    border: 4px solid;
    border-color: #000000;
    width:auto;
    height: auto;
    font-size:45;
    margin-top:10%;
    margin-left: 10%;
    margin-right:10%;
}

h3 {
    text-align: center;
    background-color: #FFFFFF;
    border: 4px solid;
    border-color: #000000;
    width:auto;
    height: auto;
    font-size:40;
    margin-left: 10%;
    margin-right:10%;
}

h4 {
    text-align: center
}

p {
    background-color: #FFFFFF;
     text-align: center;
    border: 4px solid;
    border-color: #000000;
    width:auto;
    height: auto;
    font-size:35;
    margin-left: 10%;
    margin-right:10%;
    
}

a {
    cursor: url(Images/title3.ico), auto;
}

ul {
    background-color: #FFFFFF;
    text-align: center;
    border: 4px solid;
    border-color: #000000;
    column-count: 1;
    width:auto;
    height: auto;
    font-size:20;
    margin-left: 10%;
    margin-right:10%;
    list-style-type: none;
}

li{
    margin-bottom: 10px;
    
}

video {
    display: block;
margin: 0 auto;
    
}

img {

}


.multiline {
  white-space: pre-wrap;
}

.home {
    text-align: center;
    background-color: #FFFFFF;
    font-size:25;
    border: 4px solid;
    border-color: #000000;
    width:auto;
    height: auto;
    font-size:30;
    margin-left: 74%;
    margin-right:10%;


}

.column {
  float: left;
  width: 30%;
    margin-left: 10%;
    margin-right:10%;
   
}

.row:after {
  content: "";
  display: table;
  clear: both;
}