.main-frame {
    padding-top: 10%;
}

.add-btn {
    position: fixed;
    bottom: 15%;
    right: 10%;
    cursor: pointer;
}

.custom-card {
    width: 100%;
    border: #00000070;
    border-style: solid;
    border-width: 1px;
}

.content {
    background: #f5efe6;
    padding: 10px;
    border: #00000070;
    border-style: solid;
    border-width: 1px;
}

body {
    position: relative;
}


body::after {
    content: "";
    background: url(/static/img/background.jpg);
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}