﻿.myButtonHijau {
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    background-color: #77b55a;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    padding: 18px 73px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}
    .myButtonHijau:hover {
        background: linear-gradient(to bottom, #77b55a 5%, #77b55a 100%);
        background-color: #77b55a;
    }

    .myButtonHijau:active {
        position: relative;
        top: 1px;
    }


.myButtonBiru {
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: linear-gradient(to bottom, #4744e3 5%, #4744e3 100%);
    background-color: #4744e3;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    padding: 18px 73px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}
    .myButtonBiru:hover {
        background: linear-gradient(to bottom, #4744e3 5%, #4744e3 100%);
        background-color: #4744e3;
    }

    .myButtonBiru:active {
        position: relative;
        top: 1px;
    }

h40 {
    font-size:180px;    
}