@font-face {
    font-family: crumbledPixels;
    src: url(crumbled-pixels/Crumbled-Pixels.ttf);
}
@font-face {
    font-family: backTo;
    src: url(back-to-1982/BACKTO1982.TTF);
}
@font-face {
    font-family: twoP;
    src: url(press-start-2p/PressStart2P-Regular.ttf);
}
@font-face {
    font-family: saboR;
    src: url(Sabo_Font/Sabo-Regular.otf);
}
@font-face {
    font-family: saboF;
    src: url(Sabo_Font/Sabo-Filled.otf);
}
body {
background-image: url("WarpedKeenAustraliancurlew-mobile.gif");
background-repeat: repeat-y;
background-size: 100%;
color: white;
font-family: twoP;
}
.cont {
    position: relative;}
.cont video {
    width: 100%;
    position: relative;
    z-index: 0;
}

.title {
    /* margin-top: 0%;
    margin-bottom: 5%; */
    font-family: saboR;
    color: white;
    text-align: center;
    font-size: x-large;
    text-decoration: underline;
}

.bottom {
    display: flex;
    justify-content: space-between;
}

.imgs {
    display: flex;
    flex-flow: column wrap;
    margin-right: 10%;
    margin-top: 50px;
}

.zoroImg div{
    text-align: center;
}
p, ul{
    font-size: small;
    line-height: 30px;
    margin-left: 20px;
    font-family: twoP;
    color: white;
    text-decoration: none;
}

.hgltText {
    color: #FF2941;
}
.listHead {
    text-decoration: underline;
    font-size: larger;
}

.li1 {
    color:  #FEFF38;
}

.li2 {
    color: #FE18D3;
}

.li3  {
    color: #4206F1;
}
