.titleMartel {
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.4rem;
    user-select: none;
    top: 7px;
    width: 99%;
    right: 0px;
    align-self: center;
    color: #efd1a4;
    font-family: 'Martel';
    text-shadow: rgb(0 0 0) -1px -1px 0px, rgb(44 44 44) 1px -1px 0px, rgb(0 0 0) -1px 1px 0px, rgb(0 0 0) 1px 1px 0px;
}

.menuMartel {
    position: absolute;
    -webkit-box-align: center;
    text-align: center;
    align-items: center;
    font-weight: 400;
    top: 1px;
    font-size: 18px;
    width: 100%;
    right: 0px;
    align-self: center;
    color: #ffd698;
    font-family: 'Martel';
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #2c2c2c, -1px 1px 0 #000000, 1px 1px 0 #000;
}

@font-face {
    font-family: 'Martel';
    src: URL('../Martel.ttf') format('truetype');
}