
html, body{

  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  margin: 0 auto;
  margin: 0;
  padding: 0;
}

.spacer {

  flex: 1;
}

.container {

    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-image: url("/obrazekTla");
    background-size:cover;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

#moreArtti{

  margin-bottom: -15px;
}

h1 {

  margin-bottom: -30px;
  font-size: 30px;

}

#email {

width: 75%;
padding: 10px;
border: none;
background:none;
border-radius: 3px;
text-align: center;
font-size: 24px;
outline: none;
position: relative;
top:25px;
display: block;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 20px;
}

#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: 22px;
}

#email {

  font-size: 19px;
}

#unsubscribe-button{

  font-size: 19px;
}
.container {

width: 100vw;
border-radius: 35px;
margin-top: 8px;
}
#response-message {

  font-size: 24px;
  margin-top: 33px;
}

}