body {
  background-color: rgb(95, 95, 133);
    font-family: comic sans ms;
    font-size: 20px;
    border: 2px solid rgb(0, 126, 251);
    nav a {
        margin-right: 15px;
        text-decoration: none;
        font-weight: bold;
    }
    img {
      max-width: 100%;
      border-radius: 12px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }     
    section {
      margin-bottom: 30px;
    }
}
