nav {
    height: 80px;
    background: rgb(212, 212, 233);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem calc((100vw - 1300px)/2);
}
.logo {
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
    text-align: middle;
    

}
nav a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-style: italic;
}

.background {
    background: rgb(212, 212, 233);
}
.Title{
    display: flex;
    justify-content: center;
    width: 100%;
    color: rgb(3, 3, 3);
}
.Image1{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    border: 10px solid rgb(3, 3, 3);
}
.ImageText{
    margin-left: 5px; margin-top: 0


}
