.maintenance-content{
    margin: auto;
}
section h2{
    font-size: 2.5rem;
    white-space: nowrap;
}
section{
    display: flex;
    height: 100vh;
    align-items: center;
    margin: auto auto;
}
section .paragraph{
    position: relative;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
section img{
    position: absolute;
    top: 0;
    left: 0;
    translate: -50% -70%;
    width: 10rem;
    rotate: -20deg;
    mix-blend-mode: darken;
}
section h2{
    position: relative;
    background-color: white;
    color: var(--accent-color);
    width: fit-content;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    padding: .7rem;
}
section h2.last{
    color: white;
    background-color: var(--accent-color);
    rotate: -2deg;
    translate: 0 -1.2rem;
    margin-bottom: 2rem;
}
