
@font-face {
    font-family: myFont;
    src: url(/csssheets/fonts/RobotoSlab-Medium.ttf);
}

txt {
    font-family: myFont;
}

body {
background-color: rgb(70, 87, 102);
}

NAVhomebutton {
    position: fixed;
    background-color: rgb(173, 90, 31);
    width: 50px;
    height: 50px;
    top: 10px;
    right:75px;
    align-items: center;
    z-index: 999;
}

NAVSiteMapButton {
    position: fixed;
    background-color: rgb(173, 90, 31);
    width: 50px;
    height: 50px;
    top: 10px;
    right:15px;
    z-index: 999;
}