html {
  zoom: 90%;
}

body {
  background-color: rgb(68, 4, 4);
}

.topnav {
  background-color: #333;
  overflow: hidden;
  display: flex;
  justify-content: center;
  justify-content: space-around;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  padding: 14px 30px;
  text-decoration: none;
  font-size: 30px;
  transition: height 3s, transform 3s;
  height: 50px;
}

#logo {
  width: 200px;
}

#title {
  color: white;
  font-size: 35px;
  display: flex;
  justify-content: center;
}

.main_container {
  margin-top: 60px;
  border-radius: 20px;
  border-style: groove;
  border-width: 15px;
  padding: 40px;
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: bolder;
  background-color: red;
}

label {
  color: white
}

#subscriptionsNumber {
  font-size: 24px;
}

.user_input {
  display: flex;
  flex-direction: column;
}

#subscriptionContainer1 {
  display: flex;
  flex-direction: row;
  padding: 20px;
}

#subscriptionContainer1,
#subscriptionContainer2,
#subscriptionContainer3,
#subscriptionContainer4,
#subscriptionContainer5,
#subscriptionContainer6,
#subscriptionContainer7,
#subscriptionContainer8,
#subscriptionContainer9,
#subscriptionContainer10 {
  padding: 20px;
}

.subscriptions {
  width: 100px;
  height: 20px;
  margin: 13px;
}

.statusChoice {
  height: 20px;
  margin: 13px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#submitButton {
  width: 100px;
  background-color: rgb(83, 80, 80);
  color: white;
  font-size: 12px;
  padding: 4px 30px;
  text-decoration: none;
}