h1,
h2,
h3 {
color: #897051;
}
@media ( min-width: 720px){
.pagRune{
position: fixed;
top: 15%;
left: 5%;
}
}
@media (max-width: 1080px){
.pagRune{
position: fixed;
top: 15%;
left: 5%;
}
}
@media (max-width: 682px){
.pagRune{
display: none;
}
}