* {
    box-sizing:border-box;
}

body {
    margin: 0px;
    font-family: "Open  Sans", sans-serif;
}

#main-content {
    padding: 5%;
}

.button {
    border: 1px solid black;
    padding: 10px;
    border-radius: 16px;
    background-color: #1b7bc5;
    color: white;
    text-decoration: none;
}

#cite{
    background-color: lightgray;
    padding: 15px;
    width: fit-content;
    border-radius: 5px;
}
