#fileCSSSelecter{
    background-color:white;
  display: block;
  width: 233px;
}
#submitButton{
  border-radius:5px;
  cursor:pointer;
  border:0;
}
#resumeButton{
  border-radius:5px;
  cursor:pointer;
  border:0;
  &:hover{
    background:#0aa;
  }
