* {
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}


h1{
    margin: 25;
    font-size: 40px;
    font-weight: 300;
    color: #a6a6a6;
     text-align: center;
     margin-right: 40px;
     margin-top:-400px;
     }

h2{
    margin: 25;
    font-size: 35px;
    font-weight: 300;
    color: #a6a6a6;
     text-align: center;
     margin-right: 20px;
     
     }


h3{
    margin: -15;
    font-size: 45px;
    font-weight: 300;
    color: #a6a6a6;
     text-align: center;
     margin-right: -30px;
     
     }

.wrapper {
  background:;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.window .nav-bar .title {
  color: white;
  font-weight: 500;
  font-size: 20px;
}
.window .settings {
  background: ;
  height: 100%;
  padding: 1200px 10px;
}
.window .settings .item {
  padding: 140 26px;
  height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.window .settings .item .label {
  color: gray
  font-size: 36px;
}
.window .settings .subscribe {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.window .settings .subscribe:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: gray;
}
.window .settings .subscribe .title {
  color: #fff;
  font-size: 36px;
}

.switch {
  width: 60px;
  height: 30px;
  display: inline-block;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  background-color: gray;
  width: inherit;
  height: inherit;
  border-radius: 44px;
  cursor: pointer;
  -webkit-transition: background-color 1s linear;
  transition: background-color 1s linear;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: .4s, background-color 1s linear;
  transition: .4s, background-color 1s linear;
}
.switch input:checked + .slider {
  background-color: #7ee6da;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

@media all and (max-width: 410px) {
  .window {
    width: 100%;
    min-width: 270px;
  }
}
