@font-face {
    font-family: Stratum2;
    src: url(stratum2.ttf);
}

.box {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    box-sizing: border-box;
    width: fit-content;
    border-color: white;
}

body {
    background: transparent;
    margin: 0;
    padding: 0;
}

h1 {
    color: white;
    font-family: Stratum2;
    text-shadow: #000 1px 1px 1px;
    text-decoration: underline;
}

p {
    color: white;
    font-family: Stratum2;
    font-size: 36px;
    text-shadow: #000 1px 1px 1px;
}
