@font-face {
    font-family: arial rounded mt bold;
    font-style: normal;
    font-weight: 400;
    src: local('Arial Rounded MT Bold '), url(https://fonts.cdnfonts.com/s/13381/ARLRDBD_0.woff) format(' woff ')
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    background: #e0d6e3
}

.font-custom {
    font-family: "Arial Rounded MT Bold", sans-serif;
}
