
.button_container {
    padding-top:    40px;
}

.website_up {
    background-color: #EA6841;
    border: none;
    color: white;
    width:180px;
    font-weight: bold;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
}

.website_down {
    background-color: #EA6841;
    border: none;
    color: white;
    width:180px;
    font-weight: bold;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
}

.success_up {
    background-color: #EA6841;
    border: none;
    color: white;
    width:180px;
    font-weight: bold;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
}

.success_down {
    background-color: #EA6841;
    border: none;
    color: white;
    width:180px;
    font-weight: bold;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
}
