@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Permanent+Marker&display=swap');

html, body
{
    margin: 0;
    padding: 0;
}

.logo
{
    text-align: center;
    display: block;
}

.tm-site-title 
{
    font-size: 3.6rem;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
    color: #3498DB;
}

.tm-site-subtitle 
{
    color: rgb(255, 255, 255);
    font-size: 1.4rem;
    font-weight: 300;
    font-family: 'Permanent Marker', cursive;
    color: #3498DB;
    margin-top: -2%;
}

.msg
{
    text-align: center;
    display: block;
    margin-top: 10%;
}

.msg i
{
    color: #3498DB;
}

.msg h2
{
    font-family: 'Fredoka One', cursive;
    font-weight: 300;
    color: #3498DB;
}