   
   body{
     text-align:center;
     background-color:#f9faab;
     font-family:monospace;
     color:#703013;
   }
   header{
     background:url("https://i.postimg.cc/2yTrmc2k/cool-flower-thingy.jpg");
     background-repeat: no-repeat;
     background-size: 2000px 300px;
     margin: 20px;
     border-radius:50px;
    
   }
   
   #hidden{
      Visibility:hidden;
      width:115px;
   }
   
   table{
    background:url("https://i.pinimg.com/736x/8c/6b/73/8c6b739af27516a42533cd4154bd4a86.jpg");
    background-repeat: no-repeat;
    background-size: 2000px 1000px;
    margin: 20px;
    border-radius:100px;
     
    
   }
   
   .socialmed {
     border:dotted #703013;
     height:155px;
     width:95px;
     right:54px;
   }
   
   button{
     padding:10px;
     background-color:#a8d757;
     border: solid #f4acab;
   }
   
   a:link {
  color: #703013;
  background-color: transparent;
  text-decoration: none;
  font-family:monospace;
}
a:visited {
  color: #703013;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #62a0ba;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #62a0ba;
  background-color: transparent;
  text-decoration: underline;
}

iframe{
  height:500px;
  width:500px;
  border: solid #f4acab;
}

.teehee{
  background:url("https://i.pinimg.com/736x/8c/6b/73/8c6b739af27516a42533cd4154bd4a86.jpg");
  border: dotted #703013;
}

.left{
  float:left;
    border-radius:20px;
}

.right{
  float:right;
  border: dotted #703013;
  background:url("https://i.pinimg.com/736x/8c/6b/73/8c6b739af27516a42533cd4154bd4a86.jpg");
  border-radius:20px;
  overflow:auto;
}