body {
    background-color: 
    
#6e7da3;
}
header {
    width: 95%;
    border: 10px solid #133B5C;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
}
p {
    color:azure;
    font-style: bold; 
}
header img:hover {
    transform: scale(0.9);
    transition: all .3s ease-in-out;
}
header img {
    width: 40%;
    border: 3px solid #0a0060;
    border-radius: 50%;
    box-shadow: 6px 6px 10px #0b7547;
}
img {
    width: 40%;
    border: 3px solid #1E5128;
    border-radius: 40px 40px 40px 40px;
}
h1 {
    color: #00faed;
}

header h1{
    height: 40px;
}

button {
    display: block;
    margin: 20px auto;
    padding: 10px 25px;
    background-color: #6EACDA;
    border: none;
    border-color: #133B5C;
    border-radius: 10px;
}
button:hover {
    background-color: #6EACDA;
    color: #F8FAFC;
    transform: scale(0.8);
    transition: all .3s ease-in-out;
}
.about{
    width: 95%;
    border: 2px lightblue;
    margin: 2px auto;
    padding: 3px;
    display: flex;
}

.leftabout img{
    width: 90%;
    border-radius: 90px;
}
.rightabout h2{
    text-align: center;
    color: rgb(31, 84, 168);
    font-style: italic;
}
.rightabout {
    margin: auto 30%;
}

#products{
    width: 90%;
    margin: 20px;
    text-align: center;
}
#products h2{
    color: rgb(8, 122, 174);
}
.Products-cards{
    padding: 40px;
    border: 2px solid rgb(20, 204, 214);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.card{
    width: 350px;
    border: 1px solid rgb(75, 98, 200);
}
.card img{
    width: 100%;
}