calendar.css 1 KB
body{
    background-image:url(https://t1.daumcdn.net/cfile/blog/155A204A5026656D0E);
    background-repeat: no-repeat;
    background-size: cover;
}
.container1{
    display:flex;
    justify-content: center;
    align-items: baseline;
    padding:50px 0px 0px 0px;
}
.logo{
    font-size:40px;
    color:white;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

#menu{
    margin:60px 250px 0px 250px;
    height:90px;
    width:1000px;
}
#menu ul li{
    list-style:none;
    color:white;
    background-color:#011638;
    float:left;
    line-height:30px;
    vertical-align:middle;
    text-align:center;
    display:inline;
}
#menu .me{
    text-decoration:none;
    color:white;
    display:inline-block;
    width:250px;
    font-size:20px;
    font-weight:bold;
    font-family: "Trebuchet MS", Dotum, Arial;
}
#menu .me:hover{
    color:#D499B9;
    background-color: #2E294E;
}

.row{
    display:flex;
    justify-content: space-evenly;
    padding: 0px 0px 50px 0px;
}