|
|
@ -419,11 +419,16 @@ button{
|
|
|
|
margin: 15% 0
|
|
|
|
margin: 15% 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.column{
|
|
|
|
|
|
|
|
margin-top: 1%
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:root{
|
|
|
|
:root{
|
|
|
|
--regular: 2vw;
|
|
|
|
--regular: 2vw;
|
|
|
|
--focus: 2vw;
|
|
|
|
--focus: 2vw;
|
|
|
|
--focus2: 4.5vw;
|
|
|
|
--focus2: 4.5vw;
|
|
|
|
--title: 10vw;
|
|
|
|
--title: 15vw;
|
|
|
|
--footnote: 1vw;
|
|
|
|
--footnote: 1vw;
|
|
|
|
--subtitle: 5vw;
|
|
|
|
--subtitle: 5vw;
|
|
|
|
|
|
|
|
|
|
|
@ -434,6 +439,18 @@ button{
|
|
|
|
width: 80%;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#title{
|
|
|
|
|
|
|
|
line-height: 6.5vw
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.jola{
|
|
|
|
|
|
|
|
margin-left: 24vw
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.jola2{
|
|
|
|
|
|
|
|
margin-left: 30vw
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.telegram{
|
|
|
|
.telegram{
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
border: var(--green) solid 3px;
|
|
|
|
border: var(--green) solid 3px;
|
|
|
|