body{
  margin: 0;
  width: 100%;
}
.text-center{
  text-align: center;
}
.header{
      padding: 10px;
    color: #E00404;
    font-size: 20px;
}
.grey{
  padding-left: 5px;
      color: grey;
}
.hundred{
  position: relative;
  text-align: center;
    margin-top: 10px;
}
#scratch{
  margin-bottom: 10px;
}
.form-control{
          width: 50%;
          min-width: 300px;
    height: 100px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}
.box{
    padding: 10px 5px;
    background-color: #F5F5F5;
    width: 50%;
    min-width: 300px;
    display: inline-block;
    border-radius: 3px;
    min-height: 150px;
    text-align: left;
}
.vertical{
  padding: 10px;
}
.paddi{
  margin-bottom: 10px;
}
p{
  margin: 0px;
}
.works{
    top: 5%;
    width: 50%;
    margin: 0px 25%;
    border-radius: 3px;
    padding: 10px 25px;
    position: absolute;
    background-color: white;
    overflow-x: auto;
    overflow-y: scroll;
    height: 90%;
}
.inline{
  display: inline-block;
}
.screen{
      background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
}
li{
  padding: 10px;
}
a{
  color: blue;
}
.close{
    position: absolute;
    right: 5%;
    color: #696969;
    font-size: 34px;
    padding: 6px 14px;
    background-color: #FFFFFF;
    border-radius: 54%;
    top: 5%;
    text-decoration: none;
}
footer{
  bottom: 0;
  margin: 20px;
  width: 100%;
}