@font-face {
    font-family: "PDS";
    src: url('/fonts/pds-regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "PDS-Bold";
    src: url('/fonts/pds-bold.ttf') format('truetype');
    font-weight: 100;
    font-style: bold;
}

* {
    color: whitesmoke;
    font-size: 1.5vh;
}

html,body {
    background-color: rgb(0 0 0 / 70%);
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "PDS";
}

div#main {
    position: relative;
    height: 100%;
    width: 100%;
}

div img#logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.55;
}

div img#construction {
    position: absolute;
    right: 0;
    bottom: 30;
    margin: auto;
    opacity: 0.55;
    width:40vw;
}

div#text {
    position:relative;
    width: 50ch;
    bottom: 45px;
    margin: 0 auto;
    opacity: 0.85;
}
