/* #732378 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

html,
body {
  height: 100%;
}

.bg-no-webp {
    background-image: url('img/compressed.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

    .bg-webp {
        background-image: url('img/compressed.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

img.logo{
    width: 300px;
}

h1, h2, h3 {
    font-family: 'Noto Sans', sans-serif;
    color:white;
}

.credits{
    position: fixed;
    bottom: 0;
    right: 10px;
}

.credits span {
    color:white;
    font-family: 'Noto Sans', sans-serif;
}

a {
    color: orange;
}

.top{
    padding-top: 50px;
}

.font-12{
    font-size: 12px;
}