/* .first{
    background-color: cornflowerblue;
}
.Second{
    margin: 30px;
    background-color: cornflowerblue;
    border: 2px solid lightgreen;
    padding: 5px;
} */

.main-header{
    background-image: linear-gradient(black, navy);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
}
.header-info{
    text-align: left;
    color: darkblue;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 14px 14px 0 14px;
}
.header-info a{
    padding: 0;
    text-decoration: none;
}
.header-info a:hover{
    background-color: transparent;
}
nav {
    position: absolute;
    right: 0;
    display: flex;
}
a {
    text-decoration: none;
    color: gray;
    padding: 15px;
    float: left;
}
a:hover {
    background-color: navy;
}
.title {
    font-style: italic;
    color: midnightblue;
}
h1, h2, h3, p {
    text-align: center;
    color: rgb(255, 255, 255);
}
.items {
    display: flex;
    justify-content: center;
}
.item {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.potrait {
   max-width: 100%; 
    max-height: 350px;
}
img {
    border: 20px solid midnightblue;
    border-radius: 8px;
    border: 20px solid white;
    opacity: 1;
}
img:hover {
    opacity: 0.5;
    
}
body{
    background-image: url("https://png.pngtree.com/background/20230425/original/pngtree-wallpapers-night-sky-background-picture-image_2474270.jpg");
    background-size: cover;
}
table, th, td{
    border: 2px solid rgb(255, 255, 255);
    border-collapse: collapse;
    color: aliceblue;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tab {
    background-color: gainsboro;
    width: 300px;
    padding: 40px;
    margin: 20px;
    border-radius: 20px;
}
h1.name{
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: black;
}
h2.price{
    font-size: 38px;
    color: black;
}

.list {
    list-style-type: disc;
    margin-bottom: 50px;
    text-align: left;
}

.list li {
    margin-top: 20px;
    color: black;
}

hr {
    height: 7px;
    width: 80%;
    margin: auto;
    background-color: rgb(219,84,75);
    border: none;
    border-radius: 50px;
    margin-top: 20px;
}
div.about {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 30px;
    background-color: midnightblue;
    width: 80%;
}
.about {
    text-align: left;
    color: white;
    padding: 10px;
    width: 100%;
}
div.image-about {
    margin-bottom: auto;
    margin-top: auto;
}
img.About-Us {
    width: 300px;
}

footer {
    background-color: midnightblue;
}

.main-footer {
    display: flex;
    justify-content: center;
    width: 100%;
}
.left-footer {
    margin-right: auto;
    margin-left: 40px;

}
.right-footer {
    margin-left: auto;
    margin-right: 40px;
}
.center-footer{
    margin-left: 20px;
    margin-right: 20px;
}
.info-left {
    color: rgb(255, 255, 255);
    text-align: left;
    width: 100%;
}
.info-right {
    color: rgb(255, 255, 255);
    text-align: right;
    width: 100%;
}
.info-center{
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid rgb(146, 168, 133);
}
footer{
    background-image: linear-gradient(midnightblue, black);
}
.fa-map-marked-alt, .fa-map-pin, .fa-addres-book, .fa-phone-alt, .fa-instagram{
    margin: 6px;
    color: rgb(219,84,75);
}
