html * {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

html {
    width: 100vw;
    display: flex;
}

p,
ul,
li {
    font-size: 18px;
    word-break: break-all;
}

h1,
h2,
p,
ul,
li {
    width: 100%;
}

body {
    padding: 0 1rem;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

h1 {
    color: red;
}

h2 {
    color: blue;
}

img {
    max-width: 100%;
    max-height: 1000px;
}

p {
    line-height: 1.5;
}

.uhr_container {
    position: fixed;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem 2rem;
    bottom: 0;
    color: white;
    font-size: 18px;
}
