.body {
    background-color: #F6F6F6;
    font-family: 'Noto Sans KR', sans-serif;
    color: darkslategrey;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.header img {
    width: 300px;
}

.buttonMenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
}

.buttonMenu a {
    height: 34px;
    width: 304px;
    margin-bottom: 10px;
}

.buttonMenu button {
    text-align: center;
    /*margin: 30px auto 40px auto;*/
    color: white;
    width: 304px;
    border-radius: 5px;
    background: #609f43;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    padding: 5px 0;
}

.buttonMenu button:hover, .buttonMenu button:active {
    color: #609f43;
    background-color: #F6F6F6;
    border-color: #609f43;
}

.buttonMenu input {
    width: 300px;

}

.buttonMenu input {
    text-align: center;
    
    color: white;
    width: 304px;
    border-radius: 5px;
    background: #609f43;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    padding: 5px 0;
}

.buttonMenu select {
    width: 304px;
    height: 50px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    
}

.buttonMenu form {
    width: 304px;
    height: 50px;
    margin-bottom: 30px;
    
    font-weight: 600;
    font-family: 'Barlow', sans-serif;   
}

.buttonMenu textarea {
    width: 304px;
}