.main-button {
    display: inline-block;
    background-color: #565CF0;
    box-shadow: 5px 5px 0px #000;
    padding: 18px 20px;
    margin-right: 0px;
    transition: transform 100ms linear;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
}

.main-button:hover {
    transform: scale(1.08)
}