@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");

html,
body {
  width: 100%;
  height: 200vh;
}

h1 {
  color:black;
}

h2 {
  font-family: "NanumSquare";
}

.container {
  flex-wrap: wrap;
}

article {
  width: 100%;
  height: 100vh;
}

#article1 {
  display: flex;
  align-items: center;
}

#resultSection1 {
  border-radius: 5%;
  background-color: white;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  align-items: center;
  margin-top: 3%;
  font-family: "NanumSquare";
  font-size: 1em;
  padding-top: 1%;
  padding-bottom: 1%;
}

#resultSection2 {
  text-align: center;
  border-radius: 5%;
  background-color: white;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  align-items: center;
  font-family: "NanumSquare";
  font-size: 1rem;
  padding-top: 3%;
  padding-bottom: 1%;
}
