/* 🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶 */
/* 🔶🔶🔶core styling */
/* 🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶 */

.container {
    padding: 0 2rem;
    text-align: center;
}



.buttons {
    flex-direction: column;
    align-self: center;
}

.btn {
    padding: 1rem 2rem;
    text-align: center;
}


/* 🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶 */
/* 🔶🔶🔶 main content */
/* 🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶 */




#main-content {
    display: flex;
    /* flex-direction: column; */
    /* padding-top: 4rem; */
    /* justify-content: flex-start; */
    /* height: 100vh; */
}

.main-title {
    font-size: 2rem;
}

.main-subtitle {
    font-size: 1rem;
}


.laptop-pillow {
    display: none;
}

.laptop-pillow-main {}








/* 🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶 */
/* 🔶🔶🔶footer */
/* 🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶 */



.footer-title {
    padding: 1rem;
}






@media only screen and (max-height: 600px) {
    #navbar {
        padding: 0.3rem;
    }
}