
body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #81CAD6;
}

.container {
  text-align: center;
}

h1 {
  color: #DC3E26;
}



#adviceButton {
  background-color: #DC3E26;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: white;
  display: flex;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 460px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#adviceButton:focus {
  outline: 0;
}

#adviceButton:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

#adviceButton:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
    #adviceButton {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }
}

#adviceText {
    color: #DC3E26;
    font-size: 46px;
    font-weight: 600;
    font-style: italic;
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #image {
    position: absolute;
    left:20px;
    width: 400px;
    top: 40px;
    transform: rotate(10deg)
  }

  #image2 {
    position: absolute;
    right:20px;
    width: 400px;
    bottom: 40px;
    transform: rotate(190deg);

  }