@font-face{
font-family: 'propaganda';
src: url('propaganda.ttf') format('truetype');
}

body, html{
margin: 0;
padding: 0;
font-family: 'propaganda', sans-serif;
background-color: #D90000;
color: #FFFFFF;
text-align: center;
}

header, .link-block, footer{
background-color: #A40000;
}

header{
padding: 0 0 75px 0 !important;
margin: 0 !important;
}

.top-message{
text-align: center;
margin: 0 auto 80px auto;
background-color: #600;
padding: 0px;
line-height: 14px;
}

.logo img{
width: 300px;
height: auto;
margin: 0px 0 0 0;
transition: 300ms;
border-radius: 50%;
overflow: hidden;
}

.logo img:hover{
transform: rotate(14deg);
}

header h1{
font-size: 8em;
margin: 36px 0 0 0;
padding: 0;
line-height: 120px;
text-shadow: 1px 1px 1px #000000;
}

.logo-wrap{
display: flex;
margin: 0 auto;
justify-content: center;
align-items: center;
gap: 20px;
}

.logo-wrap a:not(.logo){
flex-shrink: 0;
text-decoration: none;
color: #fff;
width: 140px;
height: 140px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
padding: 0;
box-shadow: 0 0 3px 1px rgba(0, 0, 0, .4);
transition: 300ms;
}
.logo-wrap a:not(.logo):hover{
background-color: #900000;
}

.slogan{
font-size: 22px;
margin: 10px 0 0 0;
display: none;
}

.link-block{
display: flex;
justify-content: space-evenly;
margin: 0 auto;
background-color: #c80000;
padding: 100px;
gap: 100px;
}

.block{
background-color: #b80000;
border: 1px solid #900000;
margin: 0;
width: 100%;
padding: 40px;
font-size: 2em;
transition: background-color 0.3s, border-color 0.3s;
text-shadow: 1px 1px 1px #000000;
}

.block{
color: #FFFFFF;
text-decoration: none;
display: block;
}

.block:hover{
background-color: #a80000;
border-color: #600000;
}

.buy-vlad{
background-color: #ffd800;
color: #000;
text-shadow: 0px 0px 0px #000;
}

.buy-vlad:hover{
background-color: #caa800;
}

footer{
padding: 10px;
}

footer p{
font-size: 1.4em;
color: #ffd800;
padding: 88px 0;
width: 1200px;
max-width: 100%;
text-align: justify;
margin: 0 auto;
line-height: 36px;
}

.button{
background-color: #ffd800;
color: #000;
padding: 10px 20px;
text-decoration: none;
display: inline-block;
margin: 10px;
border: none;
cursor: pointer;
}

.audio-player{
margin: 0px auto;
max-width: 100%;
}

.audio-player p{
color: #000;
margin: 0px auto 2px auto;
padding: 4px;
font-size: 72px;
box-sizing: border-box;
}

audio{
width: 462px;
margin: 0;
padding: 0px 0;
padding: 16px;
background-color: #b00000;
}

.audio{
background-color: #b80000;
padding: 100px;
}

.vlad-bear{
width: 800px;
max-width: 100%;
box-sizing: border-box;
border: 15px solid #b80000;
display: block;
margin: 100px auto;
box-shadow: 0 0 4px 0px #b80000;
}

.jokes {
width: 100%;
background-color: #b80000;
color: #ffd800;
border-top: 1px solid #500000;
border-bottom: 1px solid #500000;
overflow: hidden;
white-space: nowrap;
font-size: 66px;
cursor: default;
user-select: none;
text-shadow: 1px 1px 1px #000000;
}

.jokes p{
display: inline-block;
padding-left: 100%;
animation: marquee 600s linear infinite;
}

@keyframes marquee{
from{ transform: translateX(0); }
to{ transform: translateX(-100%); }
}













.image-container {
width: 1200px;
max-width: 100%;
height: 600px;
background: url('/img/flag.png') no-repeat center center;
background-size: contain;
background-color: #cd0000;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
}

.play-button {
width: 200px;
height: 200px;
box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3);
border: 1px solid rgba(0, 0, 0, .3);
border-radius: 50%;
position: absolute;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: 240ms;
}

.play-button:hover{
background-color: #b80000;
}

#play-pause-icon {
transition: opacity 200ms, transform 200ms;
width: 44%;
object-fit: contain;
}
