* {
    margin: 0;
    padding: 0;
}

.box {
    width: 650px;
    min-height: 2200px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    border-radius: 15px;
    background-color: #f4f4f4;
    margin-top: 100px;
    margin-bottom: 30px;
}

.box h1 {
    text-align: center;
    color: #e30d0d;
}

.box p {
    text-align: center;
    color: #fff;
    background-color: #af200b;
    padding: 10px 10px;
    border-radius: 0px;
}

.box ul {
    margin-top: 25px;
    margin: 50px 15px 0px 15px;
}

.site-domain-section {
    margin: 18px 15px 10px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #fff4f2;
    border: 1px solid #e8b4ab;
}

.site-domain-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.site-domain-list a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #af200b;
    padding: 8px 14px;
    border-radius: 999px;
    transition: background-color 0.2s ease;
}

.site-domain-list a:hover {
    background: #8d1908;
}

.box ul li {
    list-style: none;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box ul li a {
    text-decoration: none;
    color: #fff;
    padding: 12px 50px;
    border-radius: 50px;
    font-size: 17px;
    background-color: #5279fa;
}

/* .box ul li i{
	
} */

.footer {
    width: 650px;
    text-align: center;
    color: #5279fa;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 8px;
    margin: 30px auto;
}


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

     .box {
    width: 650px;
    min-height: 2600px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    border-radius: 15px;
    background-color: #f4f4f4;
    margin-top: 100px;
    margin-bottom: 30px;
}

            #first-column {
       
        display: flex !important;
        flex-direction: column !important;
        max-width: 175px !important;

        }
        tbody {
            display: flex !important;
            flex-direction: row !important;
    
       
        }

        .speedlist_li {
       
            height: 135px !important;
            background-color: #af200b;
            margin: 5px 10px;
        }
}



@media only screen and (max-width: 500px) {
    .box {
        width: 96%;
        margin-top: 50px;
    }
    .box ul li a {
        text-decoration: none;
        color: #fff;
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 15px;
        background-color: #5279fa;
    }
    .site-domain-section {
        margin: 15px 8px 10px;
        padding: 12px;
    }
    .site-domain-list a {
        font-size: 13px;
        padding: 7px 12px;
    }
    .footer {
        width: 96%;
        text-align: center;
        color: #0f111a;
        background-color: #fff;
        padding: 10px 10px;
        border-radius: 8px;
        margin: 30px 10px;
    }
}
