body {
    background-color: #D9042B;
    width: 80%;
    align-items: center;
    margin-left: 9.5%;
}
header {
    background-color: #025949;
    width: 100%;
    border: 3px solid black;
}
.sectionstart1, .sectionstart2, .sectionstart3 {
    background-color: #038C73;
    padding: 20px;
    border: 3px solid black;
    margin-top: 20px;
}

.sectionstart:first-child {
    margin-top: 0;
}
.sectionstart:last-child {
    margin-bottom: 0;
}

.headerimg {
    height: auto;
    border-radius: 50%;
    margin-left: 25%;
}

.sectionstart1 {
    clear: both;
    width: 97%;
    justify-content: center;
}
.sectionstart2 {
    float: right;
    width: 50%;
    height: 50%;
}

.sectionstart3 {
    float: left;
    width: 43%;
    height: 50%;
}

footer {
    background-color: #025949; 
    padding: 10px;
    font-size: 14px;
    margin-top: 3%;
    text-align: center;
    border: 3px solid black;
  }

p {
    text-align: left;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
}

nav {
    text-align: center;
    font-size: 20px;
}