
html {
    background-color: #0e2050;
}

.holder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: auto;
    text-align: center;
}

img {
    margin: 0 auto;
    width: 300px;
}

h1 {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;

    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 0;
}

h1 span {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 44px;

    color: #FFFFFF;
    margin-top: 40px;
}

span {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;

    color: #d9b580;
    margin-top: 40px;
}

address {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 20px;

    color: #d9b580;
    margin-top: 20px;
    padding-top: 20px;

    border-top: 1px solid #273762;
}

p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 20px;

    color: #FFFFFF;
    margin-top: 20px;
    padding-top: 20px;

    border-top: 1px solid #273762;
}