body {
    font-family: 'pixel-operator';
    background-image: url('fondos/couplemc.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
    color: white;
    font-size: 24px;
    min-height: 100vh;
    overflow: hidden;
}

@font-face {
    font-family: 'pixel-operator';
    src: url(fonts/PixelOperator.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.centrado{
  display: flex;
  justify-content: center;
  align-items: center;
}

.todo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stuff {
  background-color: rgba(0, 0, 0, 0.877);
  outline: 1px solid white;
  
  width: 600px;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  
  display: block;
  gap: 10px;
}

body a {
  color: red;
}

body a:hover {
  color: orange;
}

.directmail {
  background-color: rgba(0, 0, 0, 0.877);
  outline: 1px solid white;
  
  width: 600px;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  
  display: flex;
  flex-direction: column;
  gap: 10px;
}