2020-07-17 10:03:38 +02:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
|
2020-07-24 04:56:55 +02:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
2020-07-17 10:03:38 +02:00
|
|
|
line-height: 1.8;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
*,
|
|
|
|
*:before,
|
|
|
|
*:after {
|
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
#__next {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2020-07-24 04:56:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
header a {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
form label {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form input {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|