body {
    background: url("../img/bg.jpg") no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 56px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    color: #00adee;
    text-align: center;
}

a {
    color: #fdb4a4; /* Нестандартный цвет (например, оранжевый) */
    text-decoration: underline; /* Подчеркивание */
}

/* Цвет при наведении курсора */
a:hover {
    color: #ee91ab; /* Цвет при наведении */
    text-decoration: none; /* Убрать подчеркивание при наведении */
}

#accept-btn {
    background-color: limegreen;
    border-color: #23364e;
    color: white;
}

#accept-link {
    text-decoration: none;
    color: white;
}

#deny-btn {
    background-color: red;
    border-color: #23364e;
    color: white;
}

#deny-link {
    text-decoration: none;
    color: white;
}

#goto-btn {
    background-color: violet;
    border-color: #23364e;
    color: white;
}

#goto-link {
    text-decoration: none;
    color: white;
}

#to-calculation-btn {
    background-color: #5f140d;
    border-color: #23364e;
    color: white;
}

#to-calculation-link {
    text-decoration: none;
    color: #ffffff;
}

html {
    position: relative;
    min-height: 100%;
}
