body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.horizon-svg {
    position: absolute;
    top: var(--horizon-top);
    left: 0;
    width: 100%;
    height: 30px;
    overflow: visible;
}

.pena-palace {
    position: absolute;
    width: 125px;
    top: calc(var(--horizon-top) - 50px);
    right: 120px;
    z-index: 1;
}

.pena-palace-caption {
    font-family: 'Roboto', sans-serif;
    font-size: 6px;
    position: absolute;
    top: var(--horizon-top);
    right: 77px;
}
