body {
    margin: 0;
}

.content-heading {
    margin-top: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.main-content {
    display: flex;
    flex-direction: column;
}
.intro {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin: 15px;
}

.content-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px;
}

footer {
    background-color: greenyellow;
    height: 100px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: large;
}
.tab {
    width: 50%;
    text-align: right;
}
.socials {
    width: 50%;
    text-align: left;
}