.Social-Media {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#accounts {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

#accounts h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    background : yellow;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(1,1,2,3);
}

#accounts p {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 25rem;
    padding: 1rem 1rem;
    background: rgb(231, 241, 141);
    border: 2px solid black;
    border-radius: 1px;
    box-shadow: none;
}