body {
    font-family: 'Gowun Dodum', sans-serif;
    background-color: aliceblue;
    margin: 0;
}


.footer {
    text-align: center;
    padding: 100px;
    background-color: grey;
    margin-top: 300px;
}


.main {
    display: flex;
}


.menu {
    width: 20%;
    background-color: grey;
    margin-right: 32px;
    padding-top: 150px;
}


.menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 8px;
}


.menu img {
    margin-right: 8px;
}


.menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


.content {
    width: 80%;
    margin-right: 32px;
    margin-top: 120px;
    background-color: white;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}


.menu_bar {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding-left: 50px;
    display: flex;
    justify-content: space-between;
}


.Avatar {
    border-radius: 50%;
    background-color: #525252;
    padding: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}


.myname {
    display: flex;
    margin-right: 50px;
    align-items: center;
}

.errorpage {
	width: 360px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}