main {
    background: linear-gradient(to bottom right, rgb(21, 15, 41), #001700);
    /* background-color: rgb(21, 15, 41); */
    color: white;
    padding: 10px;
}

.all-boxes {
    text-align: center;
}


.Threats .red-false {
    color: rgb(163, 25, 25);
}

.Threats .green-true {
    color: rgb(67, 175, 67)
}


.ip-text {
    width: 100%;
    font-size: clamp(30px, 5vw, 45px);
    min-width: 250px;
}

.ip {
    color: rgb(66, 178, 212);
    font-weight: bold;
    font-size: clamp(30px, 5vw, 60px);
    word-wrap: break-word;
    overflow-wrap: break-word;
}



.secondary-info {
    font-size: 20px;
}

.MainInfo div span,
.Other div span {
    color: rgb(39, 195, 39);
}

.MainInfo div .country-and-city {
    color: goldenrod;
}

.Threats .tor {
    cursor: pointer;
    color: white;
}





.no-save {
    text-align: center;
    font-size: 28px;
    margin-top: 10px;
    font-weight: bold;
}

.more summary {
    text-align: center;
    font-size: 20px;
}

.more p {
    text-align: center;
    font-size: 20px;
}

.more p a {
    color: rgb(139, 236, 255)
}

.exception-green {
    color: rgb(39, 195, 39);
}

.secondary-info .exception-white {
    color: white;
}