body{background: white}



      


.box-1{
      position: relative;
      
      border-width: 5px;
      margin-top: 5%;
      margin-left: 10%;
      margin-bottom: 5%;
      margin-right: 5%;
      padding: 20px;
      background: rgb(117, 101, 101, 0.5);
      height: 2000px;
   
      border-top-style: solid;
      border-right-style: solid;
      border-bottom-style: solid;
      border-left-style: solid;
      border-top-color: #990000;
      border-right-color: #990000;
      border-bottom-color: #990000;
      border-left-color: #990000;
      
      display: flex;
       justify-content: center;
  }
      
          
button{ background-color: rgb(117, 101, 101, 0.5);
        border-width: 5px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        border-top-color: #990000;
        border-right-color: #990000;
        border-left-color: #990000;
        border-bottom-color: rgb(117, 101, 101, 0.5);
        color: yellow;
        position: relative;
        top: -82px;
        left: -27px;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer
      }
      
      
main{
    position: relative;
    background: #559999;
    width: 60%;
    height: auto;
    min-height: 1000px;
 
}

aside{
    position: relative;
    left: 65%;
    background: #FFAA77;
    width: 30%;
    height: auto;
    min-height: 1000px;}