@import "reset.css";

body {
  background: rgb(145, 243, 95);
  background: linear-gradient(
    0deg,
    rgba(145, 243, 95, 1) 0%,
    rgba(247, 249, 153, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}
html {
  height: 100%;
}
#container {
  height: 220px;
  width: 400px;
  background-color: white;
  border: 1px solid black;
  font-family: MS gothic;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px 0px 10px;
}

#dgc {
  width: 300px;
  margin-left: 50px;
}

#contents{
width: 400px;
margin: auto;
  margin-top: 30px;
}

#enter {
  font-family: arial;
  font-size: 25px;
  position: relative;
  top: 10px;
  color: #e21313;
}