h1{
    color:red;!important
}
body{
    text-align:center;
}
h3{
    color:red;
}
.bruh{
    color:red;
}
.yo{
    color:black;
}
#yup{
    color:green;
    opacity:.5;
}
mark{
    background-color:lightblue;
}
div{
    font-weight:bolder;
}
img.profilePic{
    width:250px;
}
img.profilePic{
    hue-rotate:350deg;
}