html,body{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    background-color: #f1e1c8;
}

.postcard-frame{
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
}

@media (orientation: portrait) {
    justify-content: flex-start;
}

.postcard,
h3{
    max-width: 1727px;
    width: 80vw;
    flex: none;
}

.postcard{
    padding-top: 54%;
    background-image: url("./postcard_1727x1193.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

h3{
    margin: 0 auto;
    padding: 0;
    color: #f79646;
    text-align: center;
    font-size: 200%;
}

h3 a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.2em;
    color: inherit;
    text-decoration: none;
}

h3 span{
    display: block;
}

.linked-in{
    width: 1.5em;
    height: 1.5em;
    color: #f79646;
}

.linked-in svg{
    width: 100%;
    height: 100%;
}

h1{
    display: none;
}