body{
    background-color: rgba(47, 255, 238, 0.699);
}

.home{
    height: 100vh;
    background: linear-gradient(
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.2)),
        url(../imgs/Portfolio.webp);
        background-size: cover;

}

.intro{
    color: whitesmoke;
    padding: 10% 20%;
    text-align: justify;
    font-size: 20px;
    font-weight: 200;


}

.name{
    font-size: 50px;
    font font-weight: 500;
}