header {
    background-color: #2e84bd6d;
    height: 119px;
    width: 1024px;
    padding-left: auto;
    padding-right: auto;
}
nav {
    background-color: #d3814bd8;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;

}
main {
    background-color: #D34B9C;
    height: 400px;
    width: 1024px;
    text-align: center;
    padding-top: 80px;
}
text {
    background-color: #ffffff;
    height: 350px;
    width: 800px;
    text-align: center;
    padding-top: 80px;
}
footer {
    background-color: #C64BD3;
    height: 40px;
    width: 1024px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}
body {
    background-color: rgba(18, 109, 188, 0.338);
}
h1 {
    font-size: 60px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
}
a {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
nav a {
    text-decoration: none;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
}
ul {
    list-style: none;
}
  
li {
    display: inline-block;
    margin-right: 10px; /* add spacing between items */
}
  .image-cropper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
  }
  
  img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    
  }
  .rounded {
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
}