﻿.help-page-top-rectangle{
    width:auto;
    height:40px;
    background:rgb(233, 64, 54);
}

.center-horizontally{
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}

.help-page-block{
    margin:0 50px 10px 50px;
}

.help-page-button{
    display:inline-block; 
    vertical-align: top; 
    width:200px; 
    background-color:rgb(233, 64, 54);
    color: white;
    font-size: 23px;
    border-radius: 30px;
}

    .help-page-button:link, .help-page-button:visited {
        background-color: #0c2f50;
        vertical-align: top;
        width: 200px;
        color: white;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }

    .help-page-button:hover, .help-page-button:active {
        background-color: #03bbc3;
    }

.help-page-search-button:link, .help-page-search-button:visited{
    background-color: rgb(99, 97, 97);
    vertical-align: central; 
    width:100px;
    height:40px;
    color: white;
    font-size: 23px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
}

.help-page-search-button:hover, .help-page-search-button:active{
    background-color: lightgray;
}

