
body {
  background-color: white;
  color: black;
  font-family: GG;
  background-image: url("bbob.png");
    background-repeat: no-repeat;
    background-size: cover;
  font-weight: 400;
}

    @font-face {
        font-family: 'GG';
        src: url('./googlemed.ttf') format('opentype');
        font-weight: 400;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'GG';
        src: url('./googlebod.ttf') format('opentype');
        font-weight: 700;
        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: GG;
  font-size: 40px;
  font-weight: 700;
}

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

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

a {
  font-weight: 700;
}

a:visited {
  color: teal;

}

a:hover {
  color: green;

}

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;
}

strong {
  font-weight: normal;
}

#action {
  img {
    width: 250px;
    height: 250px;
  }
}