body {
    margin: 40vh;
    font-size: 3vh;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
    background-color: blue;

    }

   a {
    text-decoration: none;
    color: blue;
        }

a:hover {
    color: white;
    }


