body{
    background-color:#c3c3c3;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#background_box{

    width: 95%;
    height: 95%;

    border:solid 3px green;
    border-left-color: whitesmoke;
    border-top-color: whitesmoke;
    border-bottom-color: black;
    border-right-color: black;
    background-color: #c3c3c3;

    position: relative;
    top:1vh;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

#blue_title{
    background:linear-gradient(to right, #010081,rgb(83,147,198));
    
    display: block;
    margin: 2px;
    padding: 3px;
    top:50px;
    height: 20px;

    font-size: 15px;
    color: white;
}

#right_top_corner{
    display: inline-block;

    width:20px;
    height:20px;

    text-align: center;
    font-size: 14px;

    background-color: #c3c3c3;

    position: relative;
    right:-95vw;

    position:flex;
    align-items:center;

    cursor: pointer;
}

#box_1{
    width:14px;
    height:14px;

    position: relative;
    top:-24px;
    right:38px;
    border:solid 2px green;

    border-left-color: whitesmoke;
    border-top-color: whitesmoke;
    border-bottom-color: black;
    border-right-color: black;
    background-color: #c3c3c3;
}

#box_2{
    width:14px;
    height:14px;

    position: relative;
    top:-42px;
    right:58px;
    border:solid 2px green;

    border-left-color: whitesmoke;
    border-top-color: whitesmoke;
    border-bottom-color: black;
    border-right-color: black;
    background-color: #c3c3c3;
}

#box_3{
    width:14px;
    height:14px;

    position: relative;
    top:-60px;
    right:78px;
    border:solid 2px green;

    position:flex;
    align-items:center;

    border-left-color: whitesmoke;
    border-top-color: whitesmoke;
    border-bottom-color: black;
    border-right-color: black;
    background-color: #c3c3c3;
}

#box_1:hover, #box_2:hover, #box_3:hover{
    cursor: pointer;
    
    border-right-color: whitesmoke;
    border-bottom-color: whitesmoke;
    border-top-color: black;
    border-left-color: black;
    background-color: #c3c3c3;
  }

.box {
    width: 40%;
    margin: 0 auto;
    padding: 35px;
    background-clip: padding-box;
    text-align: center;
  }
  
  .button {
    font-size: 1em;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .main_button:hover{
    cursor: pointer;
    
    border-right-color: whitesmoke;
    border-bottom-color: whitesmoke;
    border-top-color: black;
    border-left-color: black;
    background-color: #c3c3c3;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    /* padding: 20px; */
    background: white;
    border-radius: 5px;
    width: 50%;
    height: 50%;
    transition: all 5s ease-in-out;

    border:solid 3px green;
    border-left-color: whitesmoke;
    border-top-color: whitesmoke;
    border-bottom-color: black;
    border-right-color: black;
    background-color: #c3c3c3;

    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  
  .popup .close {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;

    display: inline-block;

    width:15px;
    height:15px;

    text-align: center;
    font-size: 15px;

    background-color: #c3c3c3;

    cursor: pointer;

    border:solid 3px green;
    border-left-color: whitesmoke;
    border-top-color: whitesmoke;
    border-bottom-color: black;
    border-right-color: black;
    background-color: #c3c3c3;
  }
  .popup .close:hover {
    border-right-color: whitesmoke;
    border-bottom-color: whitesmoke;
    border-top-color: black;
    border-left-color: black;
    background-color: #c3c3c3;
  }
  .popup .content {
    height: 100%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }

  .main_button{
    border:solid 2px green;

    border-left-color: whitesmoke;
    border-top-color: whitesmoke;
    border-bottom-color: black;
    border-right-color: black;
    background-color: #c3c3c3;

    width:100%;

    font-size: 20px;
  }

  #main_button_display{
    height: 50%;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content:center;
    gap: 10%;
    align-content: space-around;
  }

  h2{
    text-align: center;
  }

  #input {
    position: relative;
    top: 100px;
    background-color: white;
    color: black;
    border-top: solid 3px black;
    border-left: solid 3px black;
    border-bottom: solid 3px lightgray;
    border-right: solid 3px lightgray;
    resize: none;

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  .menu_1{
    position: relative;
    display: flex;
    left: 80px;
  }

  .menu_2{
    position: relative;
    display: flex;
  }
  #checkbox_6{
    left:22px;
    top:30px;
    transition-delay: 1s;
  }
  #checkbox_7{
    left:39px;
    top: 14px;
    transition-delay: 1.5s;
  }
  #checkbox_8{
    left:5px;
    top: 14px;
    transition-delay: 2s;
  }
  #checkbox_9{
    left:55px;
    top: -2px;
  }
  #checkbox_10{
    left:39px;
    top: -2px;
  }
  #checkbox_11{
    left:22px;
    top: -2px;
  }
  #checkbox_12{
    left:5px;
    top: -2px;
  }
  #checkbox_13{
    left:22px;
    top: -18px;
  }
  #checkbox_14{
    left:39px;
    top: -34px;
  }
  #checkbox_15{
    left:55px;
    top: -50px;
  }

  #menu_2_position{
    position: relative;
    left:50px;
    top:10px;
  }

  .menu_3{
    position: relative;
    display: flex;
  }

  #checkbox_16{
    left:22px;
    top:30px;
  }
  #checkbox_17{
    left:39px;
    top: 14px;
  }
  #checkbox_18{
    left:5px;
    top: -2px;
  }
  #checkbox_19{
    left:55px;
    top: -2px;
  }
  #checkbox_20{
    left:39px;
    top: -2px;
  }
  #checkbox_21{
    left:22px;
    top: -18px;
  }
  #checkbox_22{
    left:5px;
    top: -2px;
  }
  #checkbox_23{
    left:22px;
    top: -18px;
  }
  #checkbox_24{
    left:39px;
    top: -34px;
  }
  #checkbox_25{
    left:55px;
    top: -66px;
  }

  #menu_3_position{
    position: relative;
    left:50px;
    top:-20px;
  }



  #menu{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content:center;
    align-content:flex-start;
  }

  #description,#competition,#aesthetics{
    visibility: hidden;
  }

  #description {
    position: absolute;
    top:5%;
    left: 20%;
  }

  #formart_1{
    width: 30vw;
    top:100px;
    position: relative;

    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid rgba(255, 255, 255, 0.8);
    border-right: 5px solid rgba(255, 255, 255, 0.8);
    padding: 0px;
  }
  #formart_2{
    width: 30vw;
    top:100px;
    position: relative;
    left:30px;

    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid rgba(255, 255, 255, 0.8);
    border-right: 5px solid rgba(255, 255, 255, 0.8);
    padding: 0px;
  }

  #competition {
    position: absolute;
    top:5%;
    left: 20%;
  }

  #competition_1{
    width: 30vw;
    top:100px;
    position: relative;

    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid rgba(255, 255, 255, 0.8);
    border-right: 5px solid rgba(255, 255, 255, 0.8);
    padding: 0px;
  }
  #competition_2{
    width: 30vw;
    top:100px;
    position: relative;
    left:30px;

    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid rgba(255, 255, 255, 0.8);
    border-right: 5px solid rgba(255, 255, 255, 0.8);
    padding: 0px;
  }

  #aesthetics {
    position: absolute;
    top:0%;
    left: 25%;
  }

  #aesthetics_1{
    width: 15vw;
    top:100px;
    position: relative;

    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid rgba(255, 255, 255, 0.8);
    border-right: 5px solid rgba(255, 255, 255, 0.8);
    padding: 0px;
  }
  #aesthetics_2{
    width: 30vw;
    top:100px;
    left: 30px;
    position: relative;

    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid rgba(255, 255, 255, 0.8);
    border-right: 5px solid rgba(255, 255, 255, 0.8);
    padding: 0px;
  }

  .input {
    background-color: white;
    color: black;
    border-top: solid 3px black;
    border-left: solid 3px black;
    border-bottom: solid 3px lightgray;
    border-right: solid 3px lightgray;
    resize: none;
    font-family: 'DM Sans', sans-serif;

  }

  #input1 {
    position: relative;
    text-align: center;
    top: 10;
    left: 68;
  }

  #input2 {
    position: absolute;
    top: 90;
    left: 350;
  }

  #input3 {
    position: absolute;
    top: 70;
    left: 390;
  }

  #page2_button3 {
    position: absolute;
    top: 70;
    left: 663;
    font-size: 15.5;
  }


  #input_pos3{
    position: absolute;
    top: 0;
    left: 350;
  }

  #input4 {
    position: absolute;
    top: 120;
    left: 880;
  }
  
  #input5 {
    position: absolute;
    top: 160;
    left: 390;
  }

  #input6 {
    position: absolute;
    top: 210;
    left: 860;
  }

  #input7 {
    position: absolute;
    top: 280;
    left: 50;
  }

  #page2_button7 {
    position: absolute;
    top: 280;
    left: 484;
    font-size: 30;
  }


  #input_pos7 {
    position: absolute;
    top: 0;
    left: 300;
  }

  #input8 {
    position: absolute;
    top: 350;
    left: 550;
  }

  #page2_button8 {
    position: absolute;
    top: 350;
    left: 915;
    font-size: 15.5;
  }


  #input_pos8 {
    position: absolute;
    top: 0;
    left: 300;
  }

  #input9 {
    position: absolute;
    top: 400;
    left: 50;
  }

  #page2_button9 {
    position: absolute;
    top: 400;
    left: 550;
    font-size: 30;
  }


  #input_pos9 {
    position: absolute;
    top: 0;
    left: 320;
  }

  #input10 {
    position: absolute;
    top: 475;
    left: 560;
  }

  #page2_button10 {
    position: absolute;
    top: 475;
    left: 965;
    font-size: 15.5;
  }


  #input_pos10 {
    position: absolute;
    top: 0;
    left: 300;
  }

  #input11{
    position: absolute;
    top: 500;
    left: 400;
  }


  .main_button{
    border:solid 3px green;

    border-left-color: whitesmoke;
    border-top-color: whitesmoke;
    border-bottom-color: black;
    border-right-color: black;
    background-color: #c3c3c3;
  
  }

  .main_button:hover{
    cursor: pointer;
    
    border-right-color: whitesmoke;
    border-bottom-color: whitesmoke;
    border-top-color: black;
    border-left-color: black;
    background-color: #c3c3c3;
  }

  .pic_overlay {
    position: relative;
    top: 45;
    left: 60;
  }
  .base_image {
    position: relative;
    top: 0;
    left: 0;
    width: 249px;
    height: 388px;
  }
  .author_image {
    position: absolute;
    top: 43px;
    left: 59px;
    width: 168.3px;
  }

  .grid-container {
    display: grid;
    column-gap: 200px;

    grid-template-columns: auto auto auto;
    grid-template-rows: 210px;
    /* background-color: #2196F3; */

    justify-content: space-evenly;
    position: absolute;
    top: 100px;
    left: 170px;

  }
  
  .grid-item {
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid rgba(255, 255, 255, 0.8);
    border-right: 5px solid rgba(255, 255, 255, 0.8);
    padding: 0px;

  }

  /* #reflection {
    position: relative;
    text-align: center;
    top: -10;
    font-family: 'DM Sans', sans-serif;
  } */

  details {
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid lightgray;
    border-bottom: 3px solid lightgray;
    background-color: whitesmoke;
    padding: .5em .5em 0;
    width: 320px;
  }

  summary {
      font-weight: bold;
      margin: -.5em -.5em 0;
      padding: .5em;
  }

  details[open] {
      padding: .5em;
  }

  details[open] summary {
      border-bottom: 2px solid #aaa;
      margin-bottom: .5em;
  }

  #details1 {
    position: absolute;
    top: 330px;
    left: 100px;
  }

  #details2 {
    position: absolute;
    top: 330px;
    left: 510px;
  }

  #details3 {
    position: absolute;
    top: 330px;
    left: 920px;
  }

  details:hover{
    cursor: pointer;
  }
