
.cover{
    position:absolute;
    z-index: -80;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
}

.backImg{
    position:absolute;
    z-index: -100;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.reglinks{
    text-decoration: none;
    padding: 10px;
    border-radius: 15px;
    background-color: rgb(240,240,240);
    border-style: solid;
    box-shadow: 1px 1px 1px gray;
    color: black;
    text-align: center;
}

