body {
  background-color: pink;
  font-family: Arial;
  background-image: url('https://files.catbox.moe/613wrx.jpg');
  background-repeat: repeat;
}
.dokis {
  position: relative;
}
#girlz {
  position: fixed;
  top: 270px;
  left: 1090px;
}
#women {
  position: fixed;
  top: 270px;
  right: 1090px;
}
header {
  text-align: center;
}
.dokicontent, footer {
  background-color: #fee6f4;
  border: 10px solid #fcbfe2;
  border-radius: 10px;
  padding: 10px;
  width: 620px;
  text-align: center;
  margin: auto;
  color: #8B0A50;
}
.menu{
  background-color: #fee6f4;
  border: 10px solid #fcbfe2;
  border-radius: 10px;
  padding: 10px;
  width: 620px;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  color: #8B0A50;
}
footer {
  margin-top: 10px;
}
ul, li {
  text-align: left;
}

.menu a{
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  font-size: 1.5rem;
  text-decoration: none;
  font-family: Arial;
  color: #8B0A50;
  margin-right: 15px;
}

.menu a:hover{
  color: #e40981;
}

.menu a img{
  vertical-align: middle;
  max-height: 24px;
}