@import url("/static/bootstrap/css/bootstrap.min.css");
@import url("/static/css/all.min.css");

@font-face {
    font-family: "Lexend";
    src: url("/static/fonts/Lexend-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Instrument Serif";
    src: url("/static/fonts/InstrumentSerif-Regular.ttf");
}

body {
    height: 100%;
    background: linear-gradient(black, rgba(68, 198, 255, 1))
}

.f {
    font-family: "Lexend"
}

div.p {
    font-family: "Instrument Serif"
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img.w-50 {
    width: 40% !important;
}

.m {
    padding: 1.25rem 1.25rem !important;
}


@media screen and (max-width: 430px) {
    .w-25 {
        width: 100% !important;
    }

    img.w-50 {
        width: 40% !important;
    }

    .m {
        padding: 2rem 2rem !important;
    }
}