.Home{
    display: flex;
    min-height: 100vh;
     align-items: left;
     background: url(../images/7.png) no-repeat;
     background-size: cover;
     background-position: center;
     padding: 2;
     
}

.home.content{
    max-width: 50rem;
    padding: 2;
    align-items: left;
    justify-content: left;
}