body {
  background-color: #f2f334;
  background-image: url('./assets/background.png');
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
}

button#nuvidio-widget-button {
  margin-inline: 95px;
  margin-top: 30vw;
  background-color: #f2f334;
  border-radius: 100px;
  border: 0;
  cursor: pointer;
  color: #375efc;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  height: 103px;
  justify-content: center;
  line-height: 1.42857;
  margin-bottom: 10px;
  max-width: 786px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 1200px) {
  body {
    background-image: url('./assets/background-sm.png');
  }
  button#nuvidio-widget-button {
    font-size: 28px;
  }
}

@media only screen and (max-width: 380px) {
  button#nuvidio-widget-button {
    margin-top: 0;
    margin-bottom: 200px;
    margin-inline: 50px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 381px) and (max-width: 450px) {
  button#nuvidio-widget-button {
    margin-top: 0;
    margin-bottom: 150px;
    margin-inline: 50px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 451px) and (max-width: 600px) {
  button#nuvidio-widget-button {
    margin-top: 0;
    margin-bottom: 200px;
    margin-inline: 50px;
  }
}

