html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Montserrat", sans-serif;
}
.icon {
    font-size: 100px;
    color: #ff5722;
    margin-top: 20px;
}

.message {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}
iframe {
    width: 100%;
    height: 1000px;
}

@media (max-width: 768px) {
    iframe {
        height: 500px;
    }
}


.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    border-radius: 12px;
}


