body {
      background: #eef4f7;
      color: #4d4f50;
      font-family: Google Sans;

}
header{
      background: #6ddec6;
      display: flex;
      color: white;
      margin:-10px;
}
a {
      color: white;
}
button {
      background: #6ddec6;
      color: white;
      height: 40px;
      width: 300px;
      border: 0px;
      border-radius: 10px;
}
section {
      background: white;
      border-radius: 10px;
      width: 1200px;
}
h1 {
      font-size: 50px;
}
.beside {
      display: flex;
      margin: 30px;
}
.space {
      height: 10px;
      width: 10px;
}
#sidebar {
      background: #6ddec6;
      color: white;
      width: 400px;
      text-align: center;
}
.blogImage {
      height: 200px;
      border-radius: 10px;
}
.snsIcon {
      height: 40px;
}
.center {
      text-align: center;
}
footer {
      background: #4d4f50;
      color: white;
      margin: -10px;
      height: 215px;
}
video {
      height: 400px;
      border-radius: 10px;
}