

h1 {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    color: rgb(9, 95, 177);
    text-decoration: none;
    font-size: 24px;
}

h2 {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    color: rgb(52, 131, 204);
    text-decoration: none;
    font-size: 20px;
}

h3 {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    color: rgb(77, 153, 224);
    text-decoration: none;
    font-size: 16px;
}

button{
    background: linear-gradient(to bottom, #27d6d6, #008c9e);
    color: white;
    border: 1px solid #004561;
    border-radius: 5px;
    padding: 6px 18px;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

button:hover{
    background: linear-gradient(to bottom, #6ce4e4, #0299ad);
    color: white;
    border: 1px solid #004561;
    border-radius: 5px;
    padding: 6px 18px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

a{
    text-decoration: none;
}
