body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 40v
    margin: 0;
    font-family: Arial, sans-serif;
   }
   
   .body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
   }
   
   .section-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 80%;
   }
   
   #main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 80%;
   }
   
   img {
    width: 260px;
    height: 190px;
    position: absolute;
    right: 30%;
    bottom: 5%;
   }
   img {
    width: 260px;
    height: 190px;
    position: absolute;
    right: 30%;
    bottom: 5%;
   }
   