body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
}


.top-nav-fixed {
display: inline-flex;
width: 100%;
height: 50px;
background-color: black;
position: fixed;
top: 0;
align-items: center; 
z-index: 1;
}

.domain-name-text {
text-decoration: none;
font-size: 1.5rem;
color: white;
width: fit-content;
height: fit-content;
padding: 0px 10px;
background-color: blue;  
border-top: 2px solid white; 
border-right: 2px solid white;
border-bottom: 2px solid white; 
}

header {
    background-color: #007bff;
    color: white;
    padding: 20px 10px;
    text-align: center;
    max-width: 820px;
    margin: auto;
    margin-top: 52px;
}
header h1 {
    margin: 0;
}
main {
    padding: 20px;
    max-width: 800px;
    margin: auto;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

h2 {
    color: #007bff;
    font-size: 1.5em;
    margin-bottom: 10px;
}
ul {
    padding-left: 20px;
}
ul li {
    margin-bottom: 10px;
}
a {
    color: #007bff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.lasttt-footer-container {
background-color: rgba(0, 0, 0, 0.781);
height: fit-content;
width: 100%;
padding-bottom: 100px;
margin-top: 100px;

}

.copyrightttt {
color: rgba(255, 255, 255, 0.671);
font-weight: bold;
padding: 5px 1px;
}

.about-lastttttt{
text-align: center; 
}


.about-lastttttt a {
text-decoration: none;
color: rgb(255, 255, 255);
display: inline-flex;
width: fit-content;
font-size: 20px;
background-color: rgba(147, 255, 246, 0.267);
padding: 5px 10px;
margin: 5px 2vw;
white-space: nowrap;
border-radius: 10px;
}

.about-lastttttt a:hover {
color: gold;
text-decoration: underline gold;
}