* {
font-family: 'Oswald', sans-serif !important;
text-transform: uppercase;
}

.logo-top {
position: fixed;
top: 0;
left: 0;
margin: 45px;
z-index: 1000;
}
.logo-top img {
width: 220px
}
.n1 {
font-size: 16px;
font-weight: 600;
}
.n2 {
font-size: 14px;
font-weight: 200;
}

@media (max-width: 800px) {
.logo-top {
margin: 20px;
}
.logo-top img {
width: 170px
}
.n1 {
font-size: 14px;
font-weight: 600;
}
.n2 {
font-size: 11px;
font-weight: 200;
}
.intro-title {
font-size: 33px;
}
}