﻿.Button5 {
    display: block;
    text-align: center;
    border: 1px solid #1f9cb6;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #23adca;
}

    .Button5:hover {
        background-color: #1fc1e3;
    }
