body {
    /* color: red !important; */
    background-image: url(../imgs/k1-2.jpg);
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-position-y: center;
    font-family: Aptos,Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1.25em;
}
main.bucket {   
    padding: 1.5em 3em 1em;
    border-radius: 2em;
    background-color: hsla(1,100%,100%,.8);
}
hr {
    border: 1px solid #fff;
}
a {
    background-color: black;
    color: #fff;
    border-radius: 1em;
    padding: .2em .7em;
    text-decoration: none;
    transition: all 306ms ease;
    display: inline-block;
    /* border: 1px solid hsla(1,100%,100%,.8); */
}
a:hover {
    color: #fff;
    transform: scale(1.1);
    /* background-color: blueviolet; */
}
h1 {
    font-size: 3.6rem;
}
h1, h3 {
    text-align: center;
}
h2 {
    color: black;
    /* border-top: 2px solid black; */
    margin-top: 1em;
}
h3 {
    line-height: 1.4;
    margin-bottom: 1em;
}
p {
    font-size: .9rem;
    line-height: 1.6;
}
p, h1, h2, h3, h4, ul, ol, li {
    color: black;
}
footer {
    color: #fff;
    font-size: .8rem;
    text-align: center;
    margin: 1em;
}