
body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

p {
    padding: 0;
}

.page {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    font-size: calc(min(0.95dvh / sqrt(2), 0.95dvw));
    height:  calc( 100em * sqrt(2) );
    width: 100em;
    outline: 2px solid black;
}

table, .contact {
    font-size: 3em;
}

.photos {
    position: absolute;
    right: 15%;
    top: 25%;
    width:30%;
}


.info {
    font-size: 3em;
    text-align: start;
    height: 43%;
    margin-right: 50%;
    width: 30%;
}

.price {
    margin-right: 50%;
    padding: 2em;
    border-radius: 2em;
    height: 20%;
}

.title {
    font-size: 8em;
    height: 10%;
    text-align: center;
    width: fit-content;
}

.sub-title {
    font-weight: bold;
    text-align: center;
}

img {
    max-width:100%;
    padding: 1em;
}