* {
   color: rgb(252, 242, 253);
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
    background-color: rgb(76, 107, 114);
    margin: 0;
    background-image: url("/media/saftworksbg.png");
    background-size: 100% auto;
}

#topnav {
    width: 1000%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 100;
}

.colorfill {
    background-color: rgb(58, 77, 90);
}

.ocolorfill {
    background-color: rgba(58, 77, 90, 0.5);
}

.content {
    margin: 60px auto;
    max-width: 800px;
    height: 1000px;
    text-align: center;
    border-radius: 15px;
}

.shadows {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}

.backblur {
    backdrop-filter: blur(10px);
}

.pad {
    padding: 25px;
}
