body{
    background-color: black;
}

.first{
    width: 983px;
    height: 1500px;
    margin: auto;
}
.header{
    width: 980px;
    height: 155px;
}
.sideband{
    width: 230px;
    height: 1000px;
    float: left;
    margin: 0%;
    background-color: palevioletred;
  	border-radius: 10px;
}
.content{
    width: 748px;
    height: 1000px;
    margin: 0px;
    background-color: white;
    float: right;
  	border-radius: 10px;
}
img{
    float: left;
    margin: 0px;
    width: 208px;
    margin-left: 1rem;
}
h1{
    font-size: 50px;
    text-align: center;
    text-shadow: palevioletred 5px 5px 5px;
    color: white;
    font-style: italic;
    margin-top: 30px;
}
li{
    color: white;
    margin-top: 10px;
    font-size: 18px;
}
p{
    font-weight: bolder;
    text-indent: 10px;
    font-size: x-large;
}
a{
    text-decoration: none;
}

h2{
    text-align: center;
    text-shadow: palevioletred 4px 4px 4px;
    color: black;
}