@font-face {
    font-family: "RobotoSlab-Medium";
    src: url(RobotoSlab-Medium.ttf);
}

body {
    font-family: "RobotoSlab-Medium";
    text-align: center;
    line-height: 1.5rem;
    background-image: url("/asset/1648599637jpg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.text-center {
    text-align: center;
}

.container {
    border-radius: 8px;
    background-color: white;
    padding: 2px 8px;
    margin: auto;
    margin-bottom: 2rem;
    width: 90%;
    min-width: 350px;
    max-width: 1024px;
    text-align: justify;
}