/* Targets Classes */
.highlight{
    color: rgb(24, 241, 24);
    
}
.textwrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.mctextwrapper{
    display: grid;
    grid-template-columns: 1fr;
}
.text{
    display: grid;
    margin: 15px;
    background-color: #252525;
    border-radius: 15px;
}
.text h2{
    justify-self: center;
    
}

@media only screen and (max-width: 1000px) {
    .textwrapper{
        grid-template-columns: 1fr;
    }
  }