*{
    font-family: "Kameron", serif;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

.back-home a {
    color: white;
    position: absolute;
    top: 5%;
    left: 5%;
}

.main-content {
    width: 60%;
    margin-left: 20%;
}

.main-content h1 {
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    margin-top: -10%;
}

.main-content h3 {
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
}



@media only screen and (max-width: 768px) {
    .main-content h1 {
        font-size: 100%;
        margin-top: -40%;
    }

    .main-content h3{
        font-size: 100%;
    }
}


#news-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    aspect-ratio: 1;
    object-view-box: inset(0% 0% 8% 0%);
   
}

.box-content {
    margin-top: 6%;
    width: 60%;
    margin-left: 20%;
    height:100%;
    width: 60%;
    background-color: rgb(46, 45, 45);
    box-shadow: rgba(50, 50, 93, 25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.box-content h2 {
    color: #F2F0EF;
}

.box-content p {
    color: #F2F0EF;
}

.button-content {
    position: sticky;
    top: 85%;
}

.epic-text img {
    z-index: 100;
    position: absolute;
    margin-left: 4%;
    width: 10%;
    transition: 1s;
}

.epic img {
    z-index: 100;
    position: absolute;
    margin-top: 2%;
    margin-left: 6%;
    width: 5%;
    transition: 1s;
}

.epic img:hover {
    scale: 1.05;
}

.btn-content {
    z-index: 100;
    position: fixed;
    display: grid;
    text-align: center;
    justify-content: center;
    width: 10%;
    height: 13%;
    bottom: 40%;
    right: 14%;
}

.btn-content a {
    font-size: 100%;
    padding: 0%;
}


.btn-content button {
    font-size: 100%;
    padding: 0%;
    background:none;
    color: white;
    border: none;
    
}

.btn-content button:hover {
    color: rgb(246, 222, 191);
    text-shadow: 0 0 10px #fff,
    0 0 40px #fff,
    0 0 80px #fff,
    0 0 160px #fff,
    0 0 240px #fff,
    0 0 320px #fff;
}


@media only screen and (max-width: 768px) {
    .btn-content a {
        font-size: 50%;
    }

    .btn-content h6 {
        font-size: 40%;
    }
}

.first {
    margin: 0% 0% 3% 1%;
    padding-top: 4%;
}

.second {
    margin: 0% 0% 3% 1%;
    padding-top: 4%;
}

.third {
    margin: 0% 0% 3% 1%;
    padding-top: 4%;
}

.four {
    margin: 0% 0% 3% 1%;
    padding-top: 4%;
}

.five {
    margin: 0% 0% 3% 1%;
    padding-top: 4%;
}

.six{
    margin: 0% 0% 3% 1%;
    padding-top: 4%;
}

.seven {
    margin: 0% 0% 3% 1%;
    padding-top: 4%;
}

.eight {
    margin: 0% 0% 3% 1%;
    padding-top: 4%;
}