@import 'https://fonts.googleapis.com/css2?family=Mulish&display=swap';
@import 'https://fonts.googleapis.com/css?family=Inter:400,800,900&display=swap';

* {
    font-size: 18px;
    list-style: none;
    text-decoration: none;
    outline: none
}

html {
    font-family: mulish;
    scroll-behavior: smooth;
    letter-spacing: .2px
}
body {
    background-color: #ebecef;
    margin: 0 auto
}

::selection {
    color: #fff;
    background: #626a7e
}
section {
    position: relative
}


.webname {
    text-align: center;
    padding: 4px 1px;
    background-color: #ffb347;
    background-image: linear-gradient(315deg, #ffb347 0%, #ffcc33 74%)
}

.webname a {
    text-decoration: none;
    color: #000;
    font-size: 31px
}

div.scrollmenu {
    background-color: #000;
    overflow: auto;
    white-space: nowrap
}

div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 7px 8px;
    text-decoration: none
}

div.scrollmenu a:hover {
    background-color: #777
}







section {
    position: relative
}







h1 {
    text-align: center;
    font-size: 25px;
    font-family: mulish, sans-serif;
    margin: 5px 0
}

h2 {
    font-size: 18px;
    margin: 10px
}

h3 {
    font-size: 16px
}











.morex {
    width: 22%;
    text-align: center;
    padding: 5px;
    margin: 1% 14% 0%;
    border-radius: 10px 10px 0 0;
    color: #000;
    background-color: #ffb347;
    background-image: linear-gradient(326deg, #ffb347 0%, #ffcc33 74%)
}

@media screen and (max-width:800px) {
    .morex {
        margin: 0% 0% 0% 1%;
        width: 30%
    }
    .morecont {
        text-align: center;
        margin: 0% 1% 1%
    }


    .highlight {
        margin: 5px
    }
    .webfoot p {
        font-size: 15px
    }
}


@media screen and (max-width:718px) {

    .morex {
        margin: 0% 0% 0% 1%;
        width: 33%
    }
}

@media screen and (max-width:390px) {

    .morex {
        margin: 0% 0% 0% 1%;
        width: 50%
    }
}




.morecont {
    margin-left: auto;
    margin-right: auto;
    border: 2px;
    border-radius: 0 10px 10px 10px;
    padding: 15px 5px;
    margin-bottom: 15px;
    background-color: #f9f9f9
}

.morecont {
    text-align: center;
    margin: 0% 14% 1%
}

.highlight {
    width: 130px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    color: #000;
    border: 1px solid #dfdfdf;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 15px #dbdbdb;
    margin: 8px;
    transition: .2s;
    background-color: #fff
}

.highlight:hover {
    transform: scale(1.08);
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 5px #dbdbdb
}

.highlight:hover .boxcol {
    color: #000;
    background-color: #ffb347;
    background-image: linear-gradient(326deg, #ffb347 0%, #ffcc33 74%)
}


.keyboardicon {
    margin: 10px;
    font-size: 15px
}


.boxcol {
    background-color: #f2f5f7;
    border-top: 1px solid #dfdfdf;
    margin: 0 -5px -5px;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    color: #464646;
    font-size: 14px
}

.webfoot {
    width: 100%;
    background-color: #000;
    text-align: center
}

.webfoot a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 7px 8px;
    text-decoration: none
}

.webfoot p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0 0 5px
}











