h1, h2, h4 {
    text-align: center;
}
h3 {
    text-align: center;
}
p {
    text-align: center;
}
body {
    background-color: rgb(214, 211, 161);
}
h3.leftSide {
  text-align: left;
}

a {
    padding-right: 10px;
    color: green;
  }
  
  #inlineLink {
    color: blue;
  }
  .deltaVHome {
    padding-right: 30px;
    color: orange;
  }
  
  .deltaVHome {
    color: magenta;
  }
  
  sup {
    font-size: 6pt;
    font-style: normal;
  }
  section strong {
    color: red;
  }
  
  .box-model {
    padding: 30px 15px;
    margin: 50px 100px;
    border-color: rgb(209, 131, 41);
    border-width: 5px;
    border-style: solid;
    border-radius: 15px;
    background: rgb(155, 114, 67);
  }
  
  .circle {
    background: green;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height:  300;
    align-self: right;
  }

  aside {
    width: 25%;
    border: solid 3px red;
    box-sizing: border-box;
    float: right;

  }