@font-face {
	font-family: "FiraSansSB";
	src: url("../fonts/FiraSans-SemiBold.ttf");
}

:root {
    background-color: #262c50;
    color: white;
    font-family: "FiraSansSB";
}

.gridroot{
    width:100%;
}

.imagerect {
    height:200px;
    width:auto;
    display:inline-block;
}
.imagerect img {
    max-width: 100%;
    max-height: 100%;
}

.barely_visible_subtitle {
    position: absolute;
    top: 0.8em;
    left:8.1em;
    transform: rotate(-5deg);
    color:#262c50;
}

.highlight {
    color:#00FF88;
}

h2 {
    padding-left: 3em;
}