@import url("https://fonts.googleapis.com/css?family=Rubik");

p, div {
    font-family: "Rubik", sans-serif;
    text-align: center;
    margin-top: -1%;
}

button {
    color: #FFF;
    border-radius: 7px;
    border-width: 0;
    background-color: #378DF9;
    font-family: "Rubik", sans-serif;
    background: linear-gradient(to bottom, #378DF9, #2F72D1);
    transition: all 0.3s ease;
}

button span {
    display: inline-block;
    transform: scale(1.3);
    line-height: 3em;
}

button:active {
    transform: translateY(2px);
}