html, body {

    height: 100%;

}

body {

    background-color: #020113;
    display: flex;
    flex-direction: column;

}

.basicBanner {

    width: 40%;
    height: auto;

}

.imgCover {

    width: 20%;
    height: auto;

}

.scrShotThumb {

    width: 20%;
    height: auto;

}

.headFormat1 {

    color: #4893FF;
    font-family: Verdana;

}

.headFormat3 {

    color: #0DDFF2;
    font-family: Verdana;

}

.headFormat4 {

    color: #006AFF;
    font-family: Verdana;

}

.shotRow {

    display: grid;

}

p {

    color: whitesmoke;
    font-family: Verdana;
    width: 50%;

}

a:link {

    color: #0DBDF2;

}

a:visited {

    color: #F66D09;

}

a:hover {

    color: #FFBA00;

}


.imgScale:hover {

    transform: scale(1.5);
    transition: transform ease-in-out 0.4s;

}


hr {

    color: pink;
    width: 25%;
    margin-left: 75px;

}