
html {

    width: 100%;

    min-height: 100%;

    -webkit-text-size-adjust: 100%;

}

 

body {

    margin: 0;

    padding: 24px 10px;

    font-family: Arial, Helvetica, sans-serif;

    background: #f9f1e8;

    color: #111827;

    text-align: center;

    box-sizing: border-box;

}

 

body::before {

    content: "Poslední hlášení rozhlasu";

    display: block;

    font-size: 26px;

    line-height: 1.25;

    font-weight: 700;

    margin-bottom: 24px;

    color: #111827;

}

 

body > a {

    display: block;

    width: 100%;

    max-width: 760px;

    margin: 0 auto 16px auto;

    padding: 30px 18px;

 

    background: #008d36;

    color: #ffffff !important;

 

    text-decoration: none;

    font-size: 26px;

    line-height: 1.35;

    font-weight: 700;

    text-align: center;

 

    border-radius: 0;

    box-shadow: none;

 

    box-sizing: border-box;

}

 

body > a:hover,

body > a:focus,

body > a:active {

    background-color: #015642;

    color: #ffffff !important;

}

 

br {

    display: none;

}

 

 

@media (max-width: 768px) {
body {
padding: 18px 4px;
}

body::before {
font-size: 30px;
margin-bottom: 24px;
}

body > a {
width: 100%;
max-width: none;
padding: 46px 8px;
font-size: 34px;
line-height: 1.35;
}
}

 
