You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
532 B
CSS

body {
/*background: linear-gradient( 45deg, blue, red );*/
color: #FFF;
font-family: 'OSPDINDIN';
font-weight: normal;
font-style: normal;
text-transform: uppercase;
}
h1 {
font-size: calc(4vW + 4vH);
line-height: calc(0.5vW + 0.5vH);
text-align: center;
font-weight: normal;
}
h2 {
font-size: calc(1.5vW + 1.5vH);
line-height: calc(1.25vW + 1.25vH);
font-weight: normal;
text-align: center;
}
#container {
display: flex;
}
iframe {
border: 0px;
width: 30vW;
height: 60vH;
}
a, a:visited {
color: #FFF;
}