.TagLine{
    display:flex;
    justify-content: center;
    align-items: center;
}
.projects{
    /* box-shadow: 5px 5px 5px white; */
    border-radius: 10px;
    border-width: 2px;
    border-color: white;
}

.main_banner{
    height: 100vh;
    background-size: cover;
    top: 0%;
    bottom: 0%;
    opacity: 0.9;
    
}