/* Forward page styles */

body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: #f5f5f5;
}

.msg {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

h1 {
    color: #333;
    margin: 0 0 15px;
}

p {
    color: #666;
    margin: 8px 0;
}

.loc {
    font-weight: bold;
    color: #007bff;
    word-break: break-all;
}

.cnt {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    margin: 15px 0;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
