.imprssBody {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Wallpoet', sans-serif;
    background-color: #f0f0f0;
    background-image: url('../img/background.jpg');
}
.text {
    background-color: #fff;
    padding: 20px;
    max-width: 600px;
    height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.text h3 {
    margin-top: 20px;
}
.text p {
    margin-bottom: 10px;
}
.text a {
    color: #007BFF;
    text-decoration: none;
}
.text a:hover {
    text-decoration: underline;
}

.backButton {
    width: 50px;
    height: 50px;
    color: white;
    text-decoration: none;
}
.backButton ion-icon {
    width: 50px;
    height: 50px;
    color: white;
    text-decoration: none;
}