﻿body {
    margin: 0;
    background-color: white;
    color: black;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    padding: 2rem;
    color:white;
}

.header img {
    margin-right: 40px; 
    border-radius: 8px; 
}

.header h1 {
    font-size: 2rem;
    letter-spacing: 2px;
    color:white;
}
.one {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color:black;
}
.one img{
    margin-left40px
    border-radius:8px;
}
.one h4 {
    font-size: 1rem;
    letter-spacing: 2px;
    color:black;
}
.two {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color:black;
}
