body {
    background-color: rgb(33, 31, 31);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    background-color: red;
    border-radius: 25px;
    text-align: center;
    width: 250px;
    height: 60px;
    padding-top: 20px;
    margin: auto;
}



div.m {
    color: blue;
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    left: 50px;
    top: 100px
}

div.a {
    color: red;
    background-color: white;
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    left: 120px;
    top: 100px;
    z-index: -1;
}

div.t {
    color: rgb(16, 235, 74);
    background-color: rgb(0, 0, 0);
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    left: 185px;
    top: 100px;
}

div.h {
    color: rgb(173, 222, 14);
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    left: 240px;
    top: 100px;
    z-index: -1;
}

div.i {
    color: rgb(255, 1, 56);
    background-color: black;
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    left: 305px;
    top: 100px;
    z-index: -2;
}

div.a2 {
    color: rgb(0, 136, 255);
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    left: 330px;
    top: 100px;
}

div.s {
    color: rgb(227, 0, 162);
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    left: 380px;
    top: 100px;
    z-index: 2;
}




div.m2 {
    color: rgb(0, 246, 250);
    background-color: black;
    font-size: 100px;
    font-weight: bold;
    position: relative;
    left: 45px;
    top: 300px;
    width: 100px;
    text-align: center;
}

div.a3 {
    color: rgb(255, 255, 255);
    background-color: rgb(108, 0, 190);
    font-size: 100px;
    font-weight: bold;
    position: relative;
    left: 140px;
    top: 220px;
    z-index: -1;
    width: 100px;
    text-align: center;
}

div.t2 {
    color: rgb(247, 95, 0);
    font-size: 100px;
    font-weight: bold;
    position: relative;
    left: 220px;
    top: 150px;
}

div.h2 {
    color: rgb(0, 255, 119);
    font-size: 100px;
    font-weight: bold;
    position: relative;
    left: 270px;
    top: 15px;
    z-index: -1;
}

div.i2 {
    color: rgb(251, 251, 8);
    background-color: rgb(227, 23, 23);
    font-size: 100px;
    font-weight: bold;
    position: relative;
    left: 330px;
    bottom: 130px;
    width: 50px;
    text-align: center;
}

div.a4 {
    color: rgb(0, 136, 255);
    font-size: 100px;
    font-weight: bold;
    position: relative;
    left: 370px;
    bottom: 270px;
    z-index: 2;
}

div.s2 {
    color: rgb(255, 94, 0);
    font-size: 100px;
    font-weight: bold;
    position: relative;
    left: 415px;
    bottom: 400px;
    z-index: -1;
}