body {
  background-color: #ff69b4;
  background-image: url("Y2K%20Mcbling%20Hot%20Pink%20Wallpaper.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  color: #171017;
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 30px;
}
main {
  position: relative;
  overflow: hidden;
}

.betty {
  position: absolute;
  right: -20px;
  bottom: -20px;
 width: 360px;
  z-index: 5;
}
h1 {
  background-color: #ff4fa3;
  color: white;
  text-align: center;
  padding: 25px;
  border: 5px solid #171017;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  box-shadow: 8px 8px 0 #171017;
}

h2 {
  background-color: #ff8ac4;
  color: #171017;
  padding: 12px 18px;
  border: 3px solid #171017;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 4px 4px 0 #171017;
}

p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 900px;
}

a {
  color: #d60070;
  font-weight: bold;
}

a:hover {
  color: #171017;
  background-color: #ff8ac4;
}
.sidebar {
  width: 190px;
  background: #12000d;
  border: 4px solid #ff4fa3;
  padding: 15px;
  float: left;
  margin-right: 25px;
  box-shadow: 6px 6px 0 #000;
}

.sidebar h2 {
  display: block;
  background: #ff4fa3;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  margin: 0 0 15px 0;
  border: 2px solid #000;
  box-shadow: none;
}

.sidebar a {
  display: block;
  color: #ff8ac4;
  text-decoration: none;
  text-align: center;
  padding: 12px 4px;
  margin: 6px 0;
  border-bottom: 2px dotted #ff4fa3;
  font-size: 14px;
}

.sidebar a:hover {
  background: #ff4fa3;
  color: #000;
}
.badboys-banner {
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 50px auto 30px;
  border: 5px solid #000;
  background: #000;
  overflow: hidden;
  box-shadow: 8px 8px 0 #ff4fa3;
}

.badboys-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.badboys-title {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #000;
}

.badboys-subtitle {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-family: cursive;
  font-size: 22px;
  text-shadow: 2px 2px 0 #000;
}
