body{
    background-color: #232425;
}

section.banner {
    padding: 60px 40px;
    height: 100vh;
}
section.banner img {
    width: 18vw;
    margin-bottom: 2rem;
}

.social-links {
    /* display: flex;
    justify-content: space-evenly; */
    margin-top: 4rem;
}
.social-links img {
    width: 4vw !important;
    margin-right: 2rem;
    margin-bottom: 0 !important;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2rem;
}
.social-links p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    box-shadow: 0px 0px 20px 2px #3f3f3f;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    /* width: 30%; */
    color: white;
    border: 1px solid white;
}
.grid-item {
    width: 26vw;
}
.social-links a {
    color: white;
    text-decoration: none;
}
.web {
    text-align: center;
    margin-top: 6rem;
}
.web a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}
.web h4 {
    font-weight: 200;
    color: white;
}