*{
    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-containerr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.last-image {
    max-width: 500px;
    height: auto;
}


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;
    font-family: 'Snap ITC', cursive, sans-serif;
}

p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Snap ITC', cursive, sans-serif;
}
.text-container {
    width: 50%;
    margin: 0 auto; 
}

.second-list {
    margin-top: 100px;
}

.link-red{
    color: rgb(63, 25, 110);
}
.link-red:hover{
    color: rgb(28, 118, 112);
}

*{
    cursor:crosshair;
}