
.linkbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.card {
    box-shadow: 5px 10px;
    padding: 2px 16px;
    margin: 20px;
}

.button {
    background-color: black;
    border: 1px solid white;
    border-radius: 10px;
    padding: 20px;
    height: 20px;
    text-align: center;
}

.outline {
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px;
}

.center_text {
    text-align: center;
}