.hero{
    height: 100vh;
    width: 100%;
    background: url(../img/backgroundar.png);
    background-position: top right;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}