#__next {
  background-image: linear-gradient(
    to left top,
    #ffffff,
    #f5f5f5,
    #eaeaea,
    #e0e0e0,
    #d6d6d6
  );
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}
*{
  box-sizing: border-box;
}
img{
  display: block;
}
.content{
  max-width: 1300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  font-weight: 300;
}
footer {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100vw;
  padding: 3rem 0;
}
