*{
    text-decoration: none;
}
.header-nav-left  {
    float: left;
    width: auto;
    display: inline-flex;
}
 
.header-nav-right {
    float: right;
    width: auto;
    display: inline-flex;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0; 
    display: inline-flexs;
    gap: 20px;
}

li {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: rgb(88, 140, 165); 
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.headbuttonn{
    font-size: 50px;

}

.headbutton{
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hot-bar {
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
    column-gap: 10px;
}

.spacer {
    flex-grow: 0;
    width: auto;
    margin-left: 660px;
}

.image-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    margin-top: 75px;
}

.left-image,
.right-image {
    width: 300px;
    height: auto;
    margin: 0 10px;
}

.day {
    display: flex;
    flex-direction: column; /* Выравнивание элементов по вертикали */
}

.day img {
    margin-top: 10px;
    align-self: center;
}


body{
    background-color: rgb(88, 140, 165);    
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1{
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(88, 140, 165);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.schedule-container {
    width: 90%;
    max-width: 800px;
    background-color: #6387A6;
    padding: 20px;
    border: 5px solid #0D0A66;
    border-radius: 10px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-size: 1.2em;
}

*{
    cursor:crosshair;
}