@import url("login-7d4d8a9a745aa1eefed3638f013ff715.css");
@import url("user-f673bfab9f7a6b7d226ec73108e99f35.css");

html {
    height: 100%;
}

body {
    color: #5c5b5a;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;'
    background-color: #fff;
    margin: 0;
}

h1 {
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

a {
    color: #3391f3;
    text-decoration: underline;
    font-weight: 600;
}

a:hover {
    color: #0a58ca;
}

.body {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(193, 193, 193, 0.4) 0 0 80px 6px;
}
