body {
    background: #000000;
    margin: 60px auto;
    max-width: 1600px;


}

.cardGroup {
    font-size: 0px;
    text-align: center;
    display: inline-block;
    margin-bottom: 18px;
    /* margin: 0px 0px; */
}


.cardHori {
    border-style: solid;
    height: 300px;
    width: 600px;
    background-color: #000000;
    border-color: rgb(73, 73, 73);
    border-width: 1px;
    display: inline-block;
    cursor: pointer;
    transition-timing-function: ease;
    transition: 0.3s;

}

@font-face {
    font-family: font2;
    src: url(fonts/Bahnschrift-VF.ttf);

}

.cardVert {
    border-style: solid;
    height: 300px;
    width: 299px;
    background-color: black;
    border-color: rgb(73, 73, 73);
    border-width: 1px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition-timing-function: ease;
    transition: 0.3s;
}

#title {
    text-align: center;
    font-size: 70px;
    color: white;
    margin: 10px 0 40px 0;

}


.cardVert img {
    width: 50%;
    margin-top: 50px;
    border-radius: 3px 3px 0px 0px;

}


.cardVert:hover {

    background-color: #444444;

}

.cardHori:hover {
    background-color: #444444;
}


.headVert {
    font-size: 36px;
    color: #000000;
    display: block;
    margin: 20px auto;
    /* font-weight:bold; */
    /* padding: 0px 20px; */
}

.contentVert {
    font-size: 24px;
    color: #888888;
    display: block;
    padding: 0px 10px;
    font-family: font2;
    /* font-weight: bold; */
}

.copyright {
    /* border: 2px solid red; */
    color: grey;
    width: 400px;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    /* top: 5px; */
    /* bottom: 10px; */
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
}

.cardHoriimg img {
    width: 100%;
}

.headHori {
    display: block;
    font-size: 18px;
    font-weight: Bold;
    margin-top: 13%;
    color: #888888;
    /* padding: 0px 10px; */
}









