main {
    margin: 3rem auto;
    max-width: 90vw;
    width: 50ch;
}

ul {
    list-style-type: none;
    padding: 0;
}

.boxy {
    color: red;
    border: #48b4ef 2px solid;
    text-align: center;
    border-radius: .4rem;
}

.bg-primary {
    background-color: #48b4ef;
}