@font-face {
 font-display: swap;
 font-family: 'StratumNo2Reg';
 src: url('textfonts/stratumno2_regular.otf');
}

@font-face {
 font-display: swap;
 font-family: 'Quantico';
 src: url('textfonts/Quantico-Regular.ttf');
}

@font-face {
 font-display: swap;
 font-family: 'VictoryStriker';
 src: url('textfonts/victory-striker-sans-regular.otf');
}

html{
font-size: 16px; /* The rem calculation changing this changes all rems */
}

.no-pointer {
  pointer-events: none;
  user-select: none;
}

body {
  margin: 0;
  font-family: 'StratumNo2Reg', Arial, sans-serif;
  color: white;
  background: #000129;
  overflow-x: hidden; /* no sideways scrolling */
  position: relative;
}

.header{
    display: flex;
    align-items: center;
}

.background{
    background-image: url(entriesimages/bg_construct.png);
    width: 100%;
    height: 500px;
    position: relative;
    mask-image: linear-gradient(to top, transparent 5%, black 50%);
    z-index: 0;
}

.headline {
    position: absolute;
    inset: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 1;
    font-family: 'Quantico';
    padding-bottom: 200px;
}

.person{
    padding-top: 10px;
    padding-left: 30px;
    width: 10%;
}

.pfp{
    background-image: url(entriesimages/web_dirc_pfp.png);
    height: 192px;
    width: 192px;
    background-size: contain;
    box-sizing: border-box;
    border: solid #f70f0f;
}

.person-desc{
    font-family: 'VictoryStriker';
    letter-spacing: 2px;
}

.entry{
    max-width: 1500px;
    height: 100%;
    padding-left: 283px;
    top: -265px;
    position: relative;
}

.box{
    box-sizing: content-box;
    width: 100%;
    border: solid #8d1a37 10px;
    padding: 5px;
    background-image: url(entriesimages/baggage_concretewall_01_color_psd_c8134a4b.png);
}

.speech{
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    font-size: 20px;
}