.club-links {
    margin-top: 300px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    align-items: space-between;
}


.hq-button, .scratch-button, .codehs-button, .submit-work-button {
    background-color: #D7F9F4;
    width: 200px;
    padding: 10px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 20px;
    border: 3px solid white;
    height: 70px;
    cursor: pointer;
}


.program-images {
    width: 600px;
}

#scratch-logo {
    width: 370px;
    margin-left: 150px;
}

#gwc-logo {
    margin-top: 100px;
    margin-right: 100px;
}

#codehs-logo {
    margin-left: -300px;
    margin-top: 40px;
}