
body {
  background-color: white;
  color: black;
  font-family: Mr Sans;
  background-image: url("yoylecakebutbetter.png");
    background-repeat: no-repeat;
    background-size: cover;
}

    @font-face {
        font-family: 'Mr Sans';
        src: url('./mrsans.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }    
    
.header {
  position: sticky;
  top: 0;
  padding: 10px 16px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Mr Sans;
  font-size: 40px;
}

.disclaim {
top: 0;
  padding: 15px 15px;
  background: yellow;
  color: red;
  font-family: Mr Sans;
  font-size: 25px;
  
}
  
.disclaim2 {
top: 0;
  padding: 10px 16px;
  background: orange;
  color: white;
  font-family: Mr Sans;

}

.dis3 {
  top: 0;
  padding: 5px 8px;
  background: red;
  color: white;
  font-family: Mr Sans;
  font-size: 15px;
}

a:visited {
  color: red;

}

a:hover {
  color: orange;

}

a:link {
  color: blue;

}

.ewantalk {
  img {
    float: left;
  margin-left: 15px;
  }
  h3 {
    display: flex;
    align-self: center;
  }
  font-size: 25px
}

span#it {
  font-style: italic;
}

span#red {
  color: red;
}

.www {
  display: flex;
  justify-content: center;
}

#fri {
background-color: blue;
color: white;
padding: 1em 1em;

}

/* a {
  text-decoration: none;
} */

/* DESKTOP CSS */
@media screen and (min-width: 720px) {
.header {
text-align: left;
}

#pages {
  background-color: #005eff;
  color: white;
  padding: 1em 1em;
  
}