/*
    CSS RESET
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 100%;
}

ul, 
ol {
    list-style: none;
}

img,
video {
    width: 100%;
}

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


/*
    STYLES
*/

@font-face{
    font-family: "Raleway";
    src: 
        url("../../../fonts/Raleway-Thin.woff2") format("woff2");
}

header {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    padding: 22px;
}

.box {
    width: 93vw;
    height: 80vh;
    margin: 50px;
    margin-top: 28px;
    position: relative;
}

p {
    position: absolute;
    top: 50px;
    right: 60px;
}


/* 
    TYPO
 */

 body {
    font-family: "Raleway";
}

header {
    font-size: 40px;
}

main {
    font-size: 20px;
}



/* MEDIA QUERYS */

@media only screen and (max-width: 735px) {
   
    header {
        display: block;
        font-size: 35px;
    }
    .box {
        margin: 10px;
        position: relative;
    }

    p {
        position: absolute;
        top: 50px;
        right: 60px;

    }
    
   }


/* BACKGROUND COLOR */

.lila1 {
    background-color: #60203e;
    color: #f3f3e7;
}

.lila2 {
    background-color: #cc1cba;
}

.lila3 {
    background-color: #7f3c64;
    color: #f3f3e7;
}

.lila4 {
    background-color: #974987;
}

.lila5 {
    background-color: #948f93;
}

.lila6 {
    background-color: #ad6799;
}

.lila7 {
    background-color: #58497c;
    color: #f3f3e7;
}

.lila8 {
    background-color: #cc81bb;
}

.lila9 {
    background-color: #e091ce;
}


/* Font styles */
/* Font colors */