/* Page style - Home */
.puzzle-box{
    position: relative;
    background-color: #ffe3a7;
    border: 2px solid #0C0C0C;
    border-radius: 15px;
    min-height: 500px;
    height: auto;
    margin: 0 20px 0 20px;
    padding-bottom: 70px;
}

.background-logo{
    background-image: url('../assets/backgrounds/DATA_Logo.png');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.125;
}

.img-text-container {
    display: flex;
}

.puzzle-box .home-text {
    display: inline-block;
}

.home-text {
    max-width: auto;
    padding: 1em;
}


.puzzle-box .puzzle-box-button{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.puzzle-box .puzzle-box-button .start-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    color: #FEFFE2;
    box-shadow: 1px 1px 10px 2px #0C0C0C;
    text-decoration: none;
}


/* #a5a38d */
