body{
    background-color: #e3082c;
}
h1{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: xx-large;
    font-style: bold;
    color:rgb(125, 0, 170)
}
h1#emoji {
    
    position:absolute;
    top: 50%;
    right: 40%;
}
h2{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    color: yellow;
}
a{
    color: rgb(125, 0, 170);
}
a:hover{
    color: yellow;
}
