body{
    color: white;
    margin: auto;
    width: 80%;
    background-color: black;
}
footer{
    text-align: center;
}
.firebass{
    text-align: center;
}
.foota{
    text-decoration: none;
    color: blue;
}
.heee{
    text-align: center;
}
.hee{
    color: lightsalmon;
}
hr{
    background-color: red;
    border-width: 0px;
    height: 2px;
}
#sub{
    color: black;
}
a{
    text-decoration: none;
    color: white;
}
#main{
    width: 95%;
    margin: auto;
}
#main a{
    word-break: break-word;
    color: yellow;
}
* {
    box-sizing: border-box;
}
.container input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
.container input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 90%;
    transform: translate(5%, 0%);
}
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
    color: black;
}
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}
.row1:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
.row{
    border-spacing: 1vw;
    width: 90%;
    transform: translate(5%, 0);
}
.row .fir{
    position: relative;
    box-sizing: border-box;
    width: 80%;
    padding: 1px 5px;
    margin-inline-end:1%;
    vertical-align: top;
}
.row .sec{
    width: 20%;
    background-color: red;
    text-align: center;
    cursor: pointer;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
