@import "./apps/miss-keep/note-prev.css";
@import "./apps/miss-keep/note-header.css";
@import "./apps/miss-keep/note-filter.css";
@import "./apps/miss-keep/note-list.css";
@import "./apps/miss-keep/note-editor.css";
@import "./apps/miss-keep/note-editor-colors.css";
@import "./apps/miss-keep/add-note-input.css";
/* ------------------------------------------- */

@import "./apps/mister-email/mail-filter.css";
@import "./apps/mister-email/mail-side.css";
@import "./apps/mister-email/mail-list.css";
@import "./apps/mister-email/mail-prev.css";
@import "./apps/mister-email/mail-det.css";
@import "./header.css";
@import "./footer.css";
@import "./vue-animations.css";
@import "./helpers-css.css";
/* @font-face {
    font-family: "ReenieBeanie";
    src: url('../fonts/ReenieBeanie.ttf');
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.home-page {
    background: url('../img/texture2.jpg');
    background-position: center;
    background-size: cover;
    border: 5px black solid;
    width: 100vw;
    height: 84vh;
}

.home-page h1 {
    font-size: 3rem;
    padding-top: 50px;
    color: black;
    text-shadow: 2px 2px 2px #FFFFFF;
    background: rgb(230, 230, 230, 0.7);
    border-radius: 10px;
    width: 500px;
    height: 100px;
    margin: 10px auto;
    border: 2px black solid;
    padding: 0;
}

.apps-icons img {
    width: 300px;
    height: 300px;
    margin: 0 100px;
}

.apps-icons {
    width: 97vw;
    height: 50vh;
}

.main-routes-nav {
    font-size: 2rem;
    padding-top: 50px;
}

.a {
    max-width: 300px;
}

.main-routes-nav a {
    text-decoration: none;
    font-weight: bold;
}

.router-link-active {
    color: white;
}

.under-construction {
    height: 84vh;
    border-top: 2px black solid;
    border-bottom: 2px black solid;
}

.under-construction img {
    height: 100%;
}