
#errorContainer {

  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 0px 40px 5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  width:768px;
  border-radius: 60px;
  background-color: #f4f4f4;
  background-image: url("/obrazekTla");
  background-size:cover;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 15px;
  margin-bottom: 15px;
}

#moreArtti{

  margin-bottom: -15px;
}

#errorContainer h1 {

  font-size: 60px;
  font-family: rampart one, 'Times New Roman', Times, serif;
  font-weight: 400;
  margin-top: -7px;
  margin-block-end: 0px;
}

#error{

  color: black;
  margin-top: 40px;
  margin-bottom: 25px;
}


#ukryj{

position: relative;
top:-20px;
}

#ukryj2{

  position: relative;
  top:-10px;
}

#unsubscribe-button{

  position: relative;
  top:15px;
  color: rgb(0, 0, 0);
  border: 2px solid;
  background: none;
  border-radius: 14px;
  background-color: rgba(179, 172, 179, 0.308);
  position: relative;
  box-shadow: 10px 8px 22px 0px rgba(0, 0, 0, 0.6);
  font-size: 25px;
  cursor: pointer;
  padding: 10px 20px;
  margin: 0 auto;
}

#unsubscribe-button:hover{

  background-color: rgba(129, 121, 121, 0.462);
  transform: scale(1.05);
}

#response-message {

  margin-top: 30px;
  font-size: 32px;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
}

@media  (max-width: 768px){

  h1 {
    font-size: 50px;
}


#unsubscribe-button{

  font-size: 19px;
}
#errorContainer {

width: 100vw;
height: fit-content;
}
#response-message {

  font-size: 24px;
}

}