body {
    font-family: sans-serif;
    padding:2rem
}
.container {
    text-align:center
}
.title {
    margin-bottom: .5rem;
}
a {
    color: #03a9f4 !important;
}
button {
    padding:.75rem 1.25rem;
    background:#03a9f4;
    color:white;
    border:none;
    outline:none;
    border-radius:4px;
    cursor:pointer;
    font-weight:bold
}
button:hover {
    background:#2196f3
}
button:active {
    background:#0972c7
}
.dark {
    color: #989898
}
img {
    height: 8rem;
    cursor:pointer
}

/* Mobile */
@media only screen and (max-width: 650px)  {

    img {
        height:15rem !important;
        margin-top:5rem
    }
    title {
        font-size: 3rem;
        margin-top: 6rem;
    }
}
