h2 {
    text-align: center;
}

.under-construction {
    display: flex;
    background-color: white;
    flex-direction: column;
    padding: 50px 50px;
    border-radius: 25px;
    margin: 20px;
    box-shadow: 0px 0px 10px 4px rgba(16, 29, 14, 0.514);
}

.under-construction p {
    margin: auto;
    text-align: center;
    color: orange;
    margin-bottom: 2rem;
}

.builder-moose {
    display: block;
    margin: auto;
    width: 50%;
    max-width: 720px;
    max-height: 720px;
    border-radius: 25px;
    aspect-ratio: 1;
    box-shadow: 0px 0px 10px 4px rgba(16, 29, 14, 0.514);
}