.container {
    /* color: pink; */
    font-size: 30px;
}

.first {
    /* color: pink; */
    font-size: 28px;
}

.first-one {
    /* color: pink; */
    font-size: 20px;
}

.first-two {
    /* color: pink; */
    font-size: 20px;
}

.container, 
.first,
.first-one,
.first-two {
    /* color: #00bfff; */
    text-align: center;
}

/* #id-one {
    color: red;
}

#id-two {
    color: red;
} */

#id-one,
#id-two {
    color: red;
    text-align: center;
    font-size: 20px;
}

p#id-three {
    color: blue;
    text-align: center;
    font-size: 20px;
}

.tank {
    width: 750px;
    height: 340px;
}

.image {
    text-align: center;
}

/* p#id-four {
    color: blue;
} */

#outside {
    text-align: center;
}

a[href="https://na.wotblitz.com/en/#/"]:hover {
    color: green;
}
/* a[href="A"] {
    color: orange;
}

a[href="B"] {
    color: brown;
} */

#test {
    width: 300px;
    height: 200px;
    background-color: aqua;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid black;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

#test::before {
    content: "Description: " ;
    color: blue;

}

#test::after {
    content: "End of Description" ;
    color: blue;
}

#test::first-line {
    color: red;
}