@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-RegularItalic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

body {
    background: linear-gradient(
        rgba(0, 0, 0, 0.85), 
        rgba(0, 0, 0, 0.85)
      ),
      url(../images/background.png) no-repeat center center fixed;
      background-size: cover;
    color: #d9e5e4;
    font-family: 'Gilroy';
    font-weight: normal;
    font-size: 36px;
}

.body-landing {
    vertical-align: middle;
    text-align: center;
    align-content: center;
    padding-top: 25%;
}

.real-body {
    font-size: 22px;
    padding: 1%;
}

.content {
    max-width: 900px;
    margin-right: 4%;
    margin-left: 4%;
}

.langbtn {
    padding-left: 4%;
    padding-right: 4%;
    transition: 0.3s;
    width: auto;
    height: 31px;
}

.langbtn:hover {
    width: auto;
    height: 38px;
    transition: 0.3s;
}

.caja-critters {
    border: 1px solid #0eacb8;
}

.critters-title {
    vertical-align: middle;
    text-align: center;
    align-content: center;
    font-weight: bold;
}

.critters {
    vertical-align: middle;
    text-align: center;
    align-content: center;
}

.greetings {
    font-size: 56px;
    vertical-align: middle;
    text-align: center;
    align-content: center;
}

.neoyapping {
    width: auto;
    height: 82px;
    vertical-align: middle;
}

.emote-tabien {
    vertical-align: middle;
    width: auto;
    height: 25px;
}

.content {
    display: inline-block;
    align-items: left;
    justify-content: left;
}

.pal-lao {
    display: flex;
    flex-wrap: wrap;
    float: right;
    margin-left: 3%;
    padding: 5px;
    padding-top: 0px;
    justify-content: center;
}

a:link {
    color: #12cddb;
    text-decoration: none;
}

a:hover {
    color: #12cddb;
}

a:visited {
    color: #12cddb;
}

a:active {
    color: #12cddb;
}