﻿body {
    background: linear-gradient(#56b8b8, #c3e6e6);
    color: black;
}

/*убираем стрелочки вверх-вниз*/
/* Для Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.title__text {
    font-family: Merriweather-Italic;
    color: DarkOrchid;
    text-align: right;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 4em;
    text-shadow: white -1px -1px 0, white 1px -1px 0, white -1px 1px 0, white 1px 1px 0, black 6px 5px 10px;
}

.title__other_text {
    font-size: 25px;
    font-style: italic;
    text-align: right;
    padding-right: 20px;
    font-weight: 800;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: black;
}

.menu__des {
    background: mediumslateblue;
}

.head__image {
    background-image: url('/img/headerImage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
