           body{
        background-image:url(https://i.ibb.co/SdYd1X4/pink011.jpg);
    }

.navbar {
  height: 100%;
  width: 280px;
  position: fixed;
  clear: left;
  top: 0;
  left: 0;
  padding-left: 25px;
  background-color: #e18e96;
  filter: drop-shadow(12px 10px 3px #a44b65);
}

.headlines{
  right: 0px;
  top: 0px;
  position: fixed;
  background-color: yellow;
  width: 1300px;
  height: 20px;
  padding: 3px;
        }

.thingotw {
  display: flex;
  border: 3px solid white;
  flex-direction: row-reverse;
  align-items: stretch;
  width: 675px;
  padding: 10px;
        }

.thingotw div {
  background-color: white;
  margin: 10px;
  padding: 20px;
  font-size: 6;
        }

.footer {
    width: 900px;
    position: relative;
    top: 10px;
    padding: 5px;
    padding-left: 10px;
    left: 10%;
    background-color: #e18e96;
    filter: drop-shadow(12px 10px 3px #a44b65)
        }

.invis {
   height: 5px;
   position: relative;
   width: 300px;
     }

.contents {
    position: absolute;
    top: 0px;
    left: 340px;
    padding-left: 16px;
    padding-right: 16px;
}

.gap{
    position: relative;
    height: 630px;
    width: 940px;
}

.petcode{
    position: absolute;
    left: 130px;
    top: 990px;
}

.weekcode{
    position: absolute;
    left: 500px;
    top: 990px;
}

.updates {
    height: 230px;
    width: 245px;
    top: 700px;
    left: 30px;
    padding-left: 5px ;
    border: 2px solid #a44b65;
    overflow-y: auto;
}

.bottom{
    position: absolute;
    top: 1250px;
    }

a:link {
  color: #933d41;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #de3163;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: cyan;
  background-color: transparent;
  text-decoration: underline;
}
 