* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  gap: 20px;
}

h1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  margin: 0 auto;
  width: 500px;
  display: flex;
  gap: 20px;
}

.rating-button {
  width: 400px;
  height: 50px;
  background-color: green;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.rating-buttonthumbup {
  width: 400px;
  height: 50px;
  background-color: green;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin-top: 60px;
  border-radius: 8px;
}

.rating-buttonthumbdown {
  width: 400px;
  height: 50px;
  background-color: green;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin-top: 60px;
  border-radius: 8px;
}

#resetbtn {
  width: 200px;
  height: 50px;
  background-color: green;
  color: white;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin-top: 60px;
  border-radius: 8px;
}
.h2 {
  margin: 0 auto;
  width: 100px;
}
