.container {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.container h1 {
    text-align: center;
    color: #d9534f;
    font-size: 24px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.guidelines {
    text-align: center;
    margin-top: 50px;
}

.guidelines p {
    color: #333;
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin: 10px 0;
}

.background-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: url('https://via.placeholder.com/300') no-repeat bottom right;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
}




.journal-link {
    text-decoration: none;
    color: rgb(232, 143, 55);
}
