39 lines
633 B
CSS

img {
max-width: 25rem;
width: 90%;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
justify-content: center;
justify-items: center;
height: 100%;
padding: 0 1.5rem;
}
.content > p {
font-size: 1.3rem;
}
.button-container {
display: flex;
flex-direction: column;
row-gap: 1.3rem;
width: 100%;
max-width: 25rem;
}
.button-container > atomic-text-link {
font-size: 1.3rem;
}
.back-button-container {
margin-bottom: 2rem;
display: flex;
justify-content: flex-start;
width: 100%;
font-size: 1.5rem;
}