html {
    width: 100%;
}

body {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.noto-sans-kr {
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

header {
    padding-top:30px;
    height:80px;
}

header h1 {
    text-align: center;
}

nav {
    text-align: center;
    font-size: 20px;
    width: 100%;
}

nav span {
    display: inline-block;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 175px;
}

main {
    padding-top: 10px;
}

main article img {
    width: 600px;
}

.hover-in {
    background-color: rgb(219, 219, 219);
}

.hover-out {
    background-color: default;
}

.visible {
    display: inline-block;
}

.invisible {
    display: none;
}

#artQuery {
    align-items: center;
}

#contact {
    height: 50px;
    width: 500px;
    font-size:15px;
    padding-left:10px;
}

button{
    height: 50px;
    width: 500px;
    font-size:15px;
    padding-left:10px;
    width:520px;
}

textarea {
    width: 500px;
    height: 500px;
    overflow-y: scroll;
    resize: none;
    font-size: 15px;
    padding-left: 15px;
}