@import url(/css/reset.css);

body {
    text-align: center;
    margin-left: auto; margin-right: auto;
    padding: 50px 0px;
    
}
.error-msg h1 {
    font-weight: normal;
    font-size: 40px;
    margin : 5px 0px;
}
.content {
    margin: 30px 0px;
    font-size: 1rem;
    font-weight: bold;
    color: #1a17178f;
}
.content p{
    margin : 10px 0px;
}

.link-btn {
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; 
    /* font family 찾기  */
}
.link-color{
    color : #24468f;    
}
.link-content  {
    margin : 30px 0px ;
    font-weight: bold;
}

.link-home {
    color: white;
    margin: 0px 30px;
    padding: 15px 30px;
    background-color: #2155CD;
    border-radius: 0.3rem ;
}
.link-home:hover{  
    background-color: #79DAE8;
}