body {
  <!-- background-image: url("https://www.yourmomhatesthis.com/images/resume-format-19r02.png"); -->
  background-color: red; 
}
img {
  width:40wv; viewwidth
  display: block;
}

img:hover{
  display:none;
}
#theFlex {
  background-color: yellow; 
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.topnav {
  background-color: #333;
  overflow: hidden;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #cf9797;
}

  li a {  
  display: block; 
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}


li a:hover {
  background-color: rgb(88, 202, 193);
  color: white;
}
.active {
  background-color: #4CAF50;
  color: white;
}

.topnav {
background-color: rgb(50, 119, 113);
overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
background-color: rgb(114, 185, 179);
color: white;
}