body {
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: url("../media/cs.png") no-repeat center/cover;
    backdrop-filter: blur(10px);
}
h1,h3,h4,p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
code {
    top: -10px;
    position: relative;
    font-family: 'Roboto Mono', monospace;
    text-shadow: 0 0 10px rgb(0 0 0 / 60%);
}
a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}
a:hover {text-shadow: 0 0 2px rgba(255,255,255,0.5)}
body > div {
    color: white;
    padding: 6vh 6vw;
    border-radius: 16px;
    box-shadow: 0 0 11px 0px rgba(0,0,0,0.4);
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}
div.r {
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}
h4.logo {
    font-size: 34px;
    font-family: 'Pacifico', cursive;
    word-spacing: -3px;
    letter-spacing: 0.25px;
    font-weight: 400;
}
h4.logo::before,
h4.logo::after {font-size: 24px}
h4.logo::before{content: '<'}
h4.logo::after {content: '/>'}
@media screen and (max-width: 1050px) {
    body > div {padding: 4vh 5vw}
    code {font-size: 20px}
    h4.logo {font-size: 50px}
    h4.logo::before,
    h4.logo::after {font-size: 36px}
    h4 {font-size: 20px}
}
@media screen and (max-width: 700px) {
    body > div {padding: 2vh 4vw}
    code {font-size: 14px}
    h4.logo {font-size: 44px}
    h4.logo::before,
    h4.logo::after {font-size: 33px}
    h4 {font-size: 18px}
}
@media screen and (max-width: 650px) {
    h4.logo {font-size: 28px}
    h4.logo::before,
    h4.logo::after {font-size: 20px}
    h4 {font-size: 10px}
}
@media screen and (max-width: 420px) {
    body > div {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    div.r {
        margin: 0;
        padding: 0;
        border: 0;
        margin-top: 10px;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }
    h4.logo {font-size: 28px}
    h4.logo::before,
    h4.logo::after {font-size: 20px}
    h4 {font-size: 16px}
}
