@font-face {
    font-family: "New MS London Greek";
    src: url("../fonts/NewM_SLondonGreek-Regular.ttf"),
    url("../fonts/NewM_SLondonGreek-Regular.otf");
}

@font-face {
    font-family: "New MS London Greek";
    src: url("../fonts/NewM_SLondonGreek-Bold.ttf"),
    url("../fonts/NewM_SLondonGreek-Bold.otf");
    font-weight: bold;
}

body {
    font-family: 'New MS London Greek';
}

.text .welcome {
    font-size: 1.4rem;
}

.text .text-center > div {
    margin-bottom: 1rem;
}

.images img {
    max-width: 300px;
}

.transparent {
    background: transparent;
    border: none;
}
