section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section div h1 {
    display: block;
    background: linear-gradient(to right, #A3044C, #4D179A);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    margin-bottom: 8px;
}

section .organizationicon img {
    width: 100%;
}

section div p {
    font-size: 20px;
    padding-left: 10px;
}


div.network {
    text-align: center;
}

h3.network-link {
    color: white;
    text-align: center;
}

h3.network-link a {
    color: white;
}


@media screen and (max-width: 1200px) {
    section {
        margin: 0 20px;
    }
}

@media screen and (min-width: 1200px) {
    section {
        margin: 0 20%;
    }
}