body {
    position: relative;
    background-image: url("Cyberpunk Web/Splash.png");
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0; 
}

h1{
    color: white;
    font-family:'Kolker Brush', cursive;
    font-size: 120px;
    position: absolute;
    margin-left: 100px;
    margin-top: 20px;
    margin-right: 300px;
}

p1{
    color:yellow;
    font-family: 'League Gothic', sans-serif;
    font-size: 42px;
    position: absolute;
    margin-left: 900px;
    margin-top: 70px;
}

a{
    display: flexbox;
    color: #ffffff;
    font-family: 'League Gothic', sans-serif;
    font-size: 20px;
    position: relative;
    bottom: 1635px;
}

.navigation-links {
    display: flex;
    justify-content: space-between;
    padding: 2%; /* Adjust the padding as needed for spacing */
    position: absolute;
}

.navigation-links a {
    text-decoration: none;
    color: white;
    font-size: 32px;
    font-weight: bold;
    padding: 50px; /* Adjust the padding for each link */
    align-items: center;
    justify-content: center;
}

.navigation-links a:hover {
    color: yellow; /* Change the text color on hover */
}

#rectangleurl{
    width:1520px;
    height:50px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 175px;
}

.Trending{
    display: grid;
    grid-template-columns:auto auto;
    grid-template-rows:auto; 
    gap: 10px;
    position: absolute;
    top: 302px;
    left: -5px;
}

#rectangle1{
    width:1520px;
    height:455px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 300px;
}

#rectangle2{
    width:1620px;
    height:30px;
    background-color: rgba(234, 99, 220, 0.5);
    position: absolute;
    top: 271px;
    left: -100px;
    z-index: 1;
}

#rectangle3{
    width:1620px;
    height:30px;
    background-color: rgba(234, 99, 220, 0.5);
    position: absolute;
    top: 737px;
    left: -100px;
    z-index: 1;
}

#rectangle40{
    width:130px;
    height:65px;
    border: 1px solid #ffffff;
    background-color: black;
    position: absolute;
    top: 610px;
    right: 150px;
    z-index: 2;
}

p{
    color: yellow;
    font-family: 'League Gothic', sans-serif;
    font-size: 35px;
    text-align: left;
    padding-left: 5px;
    padding-right: 20px;
}

p5{
    color: white;
    font-family: 'League Gothic', sans-serif;
    font-size: 28px;
    top: 626px;
    right: 170px;
    position: absolute;
    z-index: 3;
}

p2{
    color:#ffffff;
    font-family: 'League Gothic', sans-serif;
    font-size: 70px;
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    top: 825px;
}

.threats{
    display: grid;
    grid-template-columns:auto auto auto auto auto auto;
    grid-template-rows:auto; 
    gap:2px;
    position: absolute;
    bottom: 340px;
    left: -5px;
}

p4{
    color: yellow;
    font-family: 'League Gothic', sans-serif;
    font-size: 28px;
    text-align: center;
    position: absolute;
    bottom: 250px;
    left: 20px;
    z-index: 2;
}

#rectangle41{
    width:100px;
    height:45px;
    border: 1px solid #ffffff;
    background-color: black;
    position: absolute;
    bottom: 225px;
    right: 150px;
    z-index: 2;
}

p6{
    color: white;
    font-family: 'League Gothic', sans-serif;
    font-size: 22px;
    bottom: 235px;
    right: 165px;
    position: absolute;
    z-index: 3;
}

#rectangle8{
    width:1620px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 195px;
    left: -100px;
    z-index: 1;
}

p3{
    color:#ffffff;
    font-family: 'League Gothic', sans-serif;
    font-size: 40px;
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    bottom: -1540px;
}

#rectangle20{
    width:1620px;
    height: 150px;
    background-color: rgba(234, 99, 220, 0.7);
    position: absolute;
    bottom:-200px;
    left: -100px;
    z-index: 1;
}

#rectanglesub{
    width:1000px;
    height: 50px;
    border: 10px solid black;
    background-color: white;
    position: absolute;
    bottom: -10px;
    left: 250px;
    z-index: 1;
}

p7{
    color: rgba(0, 0, 0, 0.5);
    font-family: 'League Gothic', sans-serif;
    font-size: 25px;
    bottom: 10px;
    left: 275px;
    position: absolute;
    z-index: 4;
}

.footer {
    color: #fff;
    font-family: 'League Gothic', sans-serif;
    padding: 5px;
    position: absolute;
    bottom: -200px;
    right: 100px;
    z-index: 3;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    margin: 10px;
}

.item {
    font-size: 18px;
    margin-bottom: 5px;
}

p8{
    color: white;
    font-family: 'League Gothic', sans-serif;
    font-size: 18px;
    width: 600px; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    bottom: -95px;
    align-items: left;
    left:40px;
    position: absolute;
    z-index: 4;
}

/*IPHONE XR MEDIA QUERY */

@media screen and (max-width:414.5px) {

    body {
        position: absolute;
        background-image: url("Cyberpunk Web/Splash.png");
        background-size: cover;
        background-repeat: repeat;
        background-color: rgba(0, 0, 0, 0.2);
        margin: 0;
        padding: 0; 
    }

    h1{
        color: white;
        font-family:'Kolker Brush', cursive;
        font-size: 77px;
        position: absolute;
        margin-left: 30px;
        margin-top: 20px;
        margin-right: 300px;
        height: 150px;
    }

    p1{
        color:yellow;
        font-family: 'League Gothic', sans-serif;
        font-size: 20px;
        position: absolute;
        margin-left: 20px;
        margin-top: 105px;
    }

    a{
        display: flexbox;
        color: #ffffff;
        font-family: 'League Gothic', sans-serif;
        font-size: 10px;
        position: relative;
        bottom: 1590px;
    }
    
    .navigation-links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 2%; /* Adjust the padding as needed for spacing */
        position: absolute;
    }
    
    .navigation-links a {
        text-decoration: none;
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding: 5px; /* Adjust the padding for each link */
        align-items: center;
        justify-content: center;
    }
    
    .navigation-links a:hover {
        color: yellow; /* Change the text color on hover */
    }

    #rectangleurl{
        width:418px;
        height:25px;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 140px;
    }
    
    .Trending{
        display: grid;
        grid-template-columns:auto;
        grid-template-rows:auto auto; 
        gap: 2px;
        position: absolute;
        top: 215px;
        left: 20px;
    }
    
    #rectangle1{
        width:418px;
        height:560px;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 200px;
    }
    
    #rectangle2{
        width:517px;
        height:20px;
        background-color: rgba(234, 99, 220, 0.5);
        position: absolute;
        top: 180px;
        left: -100px;
        z-index: 1;
    }
    
    #rectangle3{
        width:517px;
        height:20px;
        background-color: rgba(234, 99, 220, 0.5);
        position: absolute;
        top: 760px;
        left: -100px;
        z-index: 1;
    }

    #rectangle40{
        width:80px;
        height:30px;
        border: 1px solid #ffffff;
        background-color: black;
        position: absolute;
        top: 715px;
        right: 40px;
        z-index: 2;
    }
    
    p{
        color: yellow;
        font-family: 'League Gothic', sans-serif;
        font-size: 22px;
        text-align: center;
        padding-left: 5px;
        padding-right: 20px;
    }
    
    p5{
        color: white;
        font-family: 'League Gothic', sans-serif;
        font-size: 18px;
        top: 720px;
        right: 53px;
        position: absolute;
        z-index: 3;
    }
    
    p2{
        color:#ffffff;
        font-family: 'League Gothic', sans-serif;
        font-size: 55px;
        height: 100%;
        width: 100%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        top: 800px;
        z-index: 3;
    }

    .threats {
        display: flex;
        flex-direction: row;
        gap: 2px;
        position: absolute;
        bottom: 368px;
        max-height: 500px; 
        width: 102%; 
        overflow-y: hidden;
        overflow-x: auto; 
      }

    p4{
        color: yellow;
        font-family: 'League Gothic', sans-serif;
        font-size: 20px;
        text-align: center;
        position: absolute;
        bottom: 235px;
        left: 20px;
        z-index: 2;
    }

    .threats::-webkit-scrollbar {
        width: 4px; 
        z-index: 4;
      }
    
    .threats::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 0, 0.7);
        border-radius: 1px; 
        z-index: 2;
      }
    
    
    #rectangle41{
        width:80px;
        height:30px;
        border: 1px solid #ffffff;
        background-color: black;
        position: absolute;
        bottom: 189px;
        right: 153px;
        z-index: 2;
    }
    
    p6{
        color: white;
        font-family: 'League Gothic', sans-serif;
        font-size: 18px;
        bottom: 195px;
        right: 165px;
        position: absolute;
        z-index: 3;
    }
    
    #rectangle8{
        width:570px;
        height: 200px;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 175px;
        margin-left: -50px;
        z-index: -1;
    }

    p3{
        color:#ffffff;
        font-family: 'League Gothic', sans-serif;
        font-size: 40px;
        height: 100%;
        width: 100%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        bottom: -1510px;
    }
    
    #rectangle20{
        width:517px;
        height: 500px;
        background-color: rgba(234, 99, 220, 0.7);
        position: absolute;
        bottom:-520px;
        left: -100px;
        z-index: 1;
    }
    
    #rectanglesub{
        width:350px;
        height: 30px;
        border: 10px solid black;
        background-color: white;
        position: absolute;
        bottom: 30px;
        left: 20px;
        z-index: 1;
    }
    
    p7{
        color: rgba(0, 0, 0, 0.5);
        font-family: 'League Gothic', sans-serif;
        font-size: 15px;
        bottom: 45px;
        left: 40px;
        position: absolute;
        z-index: 4;
    }
    
    .footer {
        color: #fff;
        font-family: 'League Gothic', sans-serif;
        padding: 5px;
        position: absolute;
        bottom: -460px;
        right: 50px;
        z-index: 3;
        margin-left: 15px;
    }
    
    .footer-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .footer-column {
        flex: 1;
        margin: 10px;
    }
    
    .item {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    p8{
        color: white;
        font-family: 'League Gothic', sans-serif;
        font-size: 18px;
        width: 350px; /* Adjust the width as needed */
        height: 20px; /* Adjust the height as needed */
        bottom: -70px;
        align-items: center;
        text-align: center;
        left:30px;
        position: absolute;
        z-index: 4;
    }
    
}

/*IPAD AIR MEDIA QUERY */

@media screen and (min-width: 415px) and (max-width: 820px) {
    
    body {
        position: absolute;
        background-image: url("Cyberpunk Web/Splash.png");
        background-size: cover;
        background-repeat: repeat;
        background-color: rgba(0, 0, 0, 0.2);
        margin: 0;
        padding: 0; 
    }

    h1{
        color: white;
        font-family:'Kolker Brush', cursive;
        font-size: 95px;
        position: absolute;
        margin-left: 30px;
        margin-top: 20px;
        margin-right: 300px;
        height: 150px;
    }

    p1{
        color:yellow;
        font-family: 'League Gothic', sans-serif;
        font-size: 20px;
        position: absolute;
        margin-left: 500px;
        margin-top: 70px;
    }

    a{
        display: flexbox;
        color: #ffffff;
        font-family: 'League Gothic', sans-serif;
        font-size: 8px;
        position: relative;
        bottom: 1655px;
    }
    
    .navigation-links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 2%; /* Adjust the padding as needed for spacing */
        position: absolute;
    }

    .navigation-links a {
        text-decoration: none;
        color: white;
        font-size: 25px;
        font-weight: bold;
        padding: 20px; /* Adjust the padding for each link */
        align-items: center;
        justify-content: center;
    }
    
    .navigation-links a:hover {
        color: yellow; /* Change the text color on hover */
    }

    #rectangleurl{
        width:820px;
        height:40px;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 125px;
    }
    
    .Trending{
        display: grid;
        grid-template-columns:auto;
        grid-template-rows:auto auto; 
        gap: 2px;
        position: absolute;
        top: 215px;
        left: 40px;
    }
    
    #rectangle1{
        width:825px;
        height:700px;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 200px;
    }
    
    #rectangle2{
        width:925px;
        height:20px;
        background-color: rgba(234, 99, 220, 0.5);
        position: absolute;
        top: 180px;
        left: -100px;
        z-index: 1;
    }
    
    #rectangle3{
        width:925px;
        height:20px;
        background-color: rgba(234, 99, 220, 0.5);
        position: absolute;
        top: 890px;
        left: -100px;
        z-index: 1;
    }

    #rectangle40{
        width:80px;
        height:30px;
        border: 1px solid #ffffff;
        background-color: black;
        position: absolute;
        top: 840px;
        right: 40px;
        z-index: 2;
    }
    
    p{
        color: yellow;
        font-family: 'League Gothic', sans-serif;
        font-size: 22px;
        text-align: center;
        padding-left: 5px;
        padding-right: 20px;
    }
    
    p5{
        color: white;
        font-family: 'League Gothic', sans-serif;
        font-size: 18px;
        top: 845px;
        right: 53px;
        position: absolute;
        z-index: 3;
    }
    
    p2{
        color:#ffffff;
        font-family: 'League Gothic', sans-serif;
        font-size: 80px;
        height: 100%;
        width: 100%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        top: 950px;
        z-index: 3;
    }

    .threats{
        display: flex;
        flex-direction: row;
        gap:2px;
        height: 500px ;
        position: absolute;
        bottom: 170px;
        left: -5px;
        width: 102%; 
        overflow-y: hidden;
        overflow-x: auto; 
    }

    p4{
        color: yellow;
        font-family: 'League Gothic', sans-serif;
        font-size: 20px;
        text-align: center;
        position: absolute;
        bottom: 120px;
        left: 20px;
        z-index: 2;
    }
    
    #rectangle100{
        width:205px;
        height:5px;
        background-color:rgba(255, 255, 0, 0.7);
        position: absolute;
        bottom: 220px;
        right: 335px;
        z-index: 2;
    }
    
    #rectangle41{
        width:80px;
        height:30px;
        border: 1px solid #ffffff;
        background-color: black;
        position: absolute;
        bottom: 90px;
        right: 40px;
        z-index: 2;
    }
    
    p6{
        color: white;
        font-family: 'League Gothic', sans-serif;
        font-size: 18px;
        bottom: 96px;
        right: 53px;
        position: absolute;
        z-index: 3;
    }
    
    #rectangle8{
        width:930px;
        height: 150px;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 70px;
        z-index: 1;
    }

    p3{
        color:#ffffff;
        font-family: 'League Gothic', sans-serif;
        font-size: 40px;
        height: 100%;
        width: 100%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        bottom: -1630px;
    }
    
    #rectangle20{
        width:930px;
        height: 300px;
        background-color: rgba(234, 99, 220, 0.7);
        position: absolute;
        bottom:-430px;
        left: -100px;
        z-index: 1;
    }
    
    #rectanglesub{
        width:750px;
        height: 30px;
        border: 10px solid black;
        background-color: white;
        position: absolute;
        bottom: -100px;
        left: 20px;
        z-index: 1;
    }
    
    p7{
        color: rgba(0, 0, 0, 0.5);
        font-family: 'League Gothic', sans-serif;
        font-size: 18px;
        bottom: -85px;
        left: 40px;
        position: absolute;
        z-index: 4;
    }
    
    .footer {
        color: #fff;
        font-family: 'League Gothic', sans-serif;
        padding: 5px;
        position: absolute;
        bottom: -400px;
        z-index: 3;
        left: 50px;
    }
    
    .footer-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .footer-column {
        flex: 1;
        margin: 10px;
    }
    
    .item {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    p8{
        color: white;
        font-family: 'League Gothic', sans-serif;
        font-size: 18px;
        width: 700px; /* Adjust the width as needed */
        height: 20px; /* Adjust the height as needed */
        bottom: -190px;
        left: 50px;
        align-items: center;
        text-align: center;
        position: absolute;
        z-index: 4;
    }
}