@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css);

h1 {
    font-family: 'NanumSquare', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}

p {
    color: gray;
    font-family: 'NanumSquare', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

button {

    background-color: blue;
    font-family: 'NanumSquare', sans-serif;

    color: white;
    font-size: 20pt;

    border: none;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    height: 100px;

  }
