html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

body {
    min-width: 100vw;
    min-height: 100vh;
    margin: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(/feketefold.webp);
    background-position: center;
    padding: 1rem;
    color: white;
}

hr {
    width: 85%;
    border: 1px solid #444;
}

a, a:visited, a:hover {
    text-decoration: none;
}