body {
   color: #3A6FA8;
    font-family:monospace;
    background-color:#89A1BA;
}

h1 {
    text-align: left;
    border: 4px solid;
    border-color: #4C2E06;
    width:auto;
    height: auto;
    font-size:50;
    margin-top:10%;
    margin-left: 10%;
    margin-right:10%;
}

h2 {
    text-align: left;
    border: 4px solid;
    border-color: #4C2E06;
    width:auto;
    height: auto;
    font-size:45;
    margin-top:10%;
    margin-left: 10%;
    margin-right:10%;
}

h3 {
    text-align: left;
    border: 4px solid;
    border-color: #4C2E06;
    width:auto;
    height: auto;
    font-size:40;
}

h4 {
        text-align: left;
    border: 4px solid;
    border-color: #4C2E06;
    width:auto;
    height: auto;
    font-size:35;
}

p {
        border: 4px solid;
    border-color: #4C2E06;
    width:auto;
    height: auto;
    font-size:35;
    margin-left: 10%;
    margin-right:10%;
    
}

ul{
    border: 4px solid;
    border-color: #4C2E06;
    width:auto;
    height: auto;
    font-size:35;
    margin-left: 10%;
    margin-right:10%;
}

video {
    display: block;
margin: 0 auto;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.multiline {
  white-space: pre-wrap;
     width:auto;
    height: auto;
    font-size:35;
    margin-left: 10%;
    margin-right:10%;
}

.home {
    text-align: right;
    font-size:25;
    margin: 50px;
}
