@font-face {
  font-family: 'Gilroy';
  src: url('./font/Gilroy-SemiBold.eot');
  src: url('./font/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('./font/Gilroy-SemiBold.woff') format('woff'),
    url('./font/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
    background-image: url('./img/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

img.currency {
    max-width: 300px;
    padding-top: 50px;
    width: 62%;
}

h1 {
    margin: 0;
    font-size: 51px;
    position: absolute;
    top: 50%;
    transform: translateY(15vh);
     font-family: 'Gilroy';
}


@media (max-width: 600px) {

    h1 {
        font-size: 30px;
    }

}