html {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body {
    background-color: rgb(42, 56, 68);
    align-items: center;
}

p {
    color: aliceblue;
    background-color: rgba(7, 11, 35, 0);
    padding: 0.2rem 0.3rem;
    border-radius: 25px;
    text-align: center;
    font-size: 1.4rem;
    /* font-size: 0.7rem; */
    max-width: 100%;

    margin-top: auto;
    margin-bottom: auto;
}

h1 {
    color: aliceblue;
    align-self: center;
    justify-self: center;

    font-size: 7.27vw;
    margin-top: auto;
    margin-bottom: auto;
    /* position: static; */
}