body {
    margin: 1rem;
    font-family: 'Coming Soon', cursive;
}

a:link, a:visited {
    background-color: transparent;
    color: red;
    padding: 0.5rem 1rem;
    border: red solid 2px;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

/*Styles changing buttons color scheme (same effect as second article button using JS)*/
.buttons:hover {
    color: white;
    background-color: red;
}

header {
    display: flex;
    align-items: center;
}


#logo {
    margin-right: 1rem;
}

#imageContainer {
    display: flex;
    justify-content: center;
}

#goodDeadpool {
    display: none;
}
