@font-face {
	font-family: 'Outward';
	src: url(fonts/outward-block.ttf);
}

@media screen and (max-width: 850px) {
    html, body{
        margin: 0 !important;
    }

    .words{
        display: none;
    }

    .logo{
        width: 30vw;
        max-height: 300px;
    }

    .main-container{
        width: 100% !important;
        min-width: unset !important;
        flex-direction: column-reverse;
    }

    .container{
        width: 100% !important;
        margin-right: 0px !important;
    }

    .picBox{
        display: none;
    }

    .side{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url(img/lilzebg.jpg);
        background-size: cover;
        background-position: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .innerCard:last-of-type, .card{
        border-radius: 0px !important;
    }

}

html, body{
    margin:0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    background-color: #1d0a21;
}

.logo{
    width: 270px;
}

.flex{display: flex;}
.alice{align-items: center;}

.svg{
    width: 120px;
    max-height: 50px;
}

.icon{
    width: 40px;
    height: 40px;
    margin-right:10px;
}

.side{
    text-align: center;
    color: white;
}

a{
    color: inherit;
    text-decoration: none;
}

.button{
    padding: 10px;
    border-radius: 5px;
    background-color: #ececec;
}

.main-container{
    width: min-content;
    margin: 0 auto;
    justify-content: space-between;
}

.container{
    width: 350px;
    margin-right: 50px;
}

.picBox{
    background-image: url(img/lilze.jpg);
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    height: 300px;
    width: 350px;
}

.card{
    background-color: white;
    border-radius: 0px 0px 10px 10px;
}

.innerCard:last-of-type{
    border-radius: 10px 0px 10px 10px;
    border-bottom: 0px;
}

.innerCard{
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ececec;
}

.innerCard:hover{
    transition: 0.3s;
    background-color: #ececec;
}

.innerCard:hover > .button{
    transition: 0.15s;
    color: white;
    background-color: #575757;
}