
#content > a > div {
  margin: 10px;
  padding: 10px;
  font-family: Lato;
  color: #fff;
  background:lightsalmon;
}
input[type="submit"] {
  border:none;
}
input[type="text"] {
  
  border:none;
  outline: none;
}
input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}
.main{
   margin: 50px 110px;
  display: block;
  position: relative;
  min-height: 80vh;
  padding: 0;
}
.randomUrlLink{
  display: flex;
  justify-content: center; 
  align-items: center;
  color:whitesmoke;
  font-family:Lato;
  font-size:24px;
  padding: 0px 15px;
}
.openBtn {

}

.openBtn:hover {
    opacity:0.8;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px 15px 3px 3px;
    color:#BBB;
    font-size: 36px;
    border-bottom: 1px solid #BBB;
    float: left;
    width: 80%;
    background: transparent;
}

.overlay input[type=text]:hover {
    background: transparent;
}

.overlay button {
    float: right;
    width: 20%;
    padding: 7.5px 0 7.5px 7.5px ;
    background: transparent;
    color: #BBB;
    font-size: 2.5rem;
    border:none;
    outline: none;
    cursor: pointer;
}

.overlay button:hover {
    opacity:0.8;
}
