@font-face {
    font-family: Gilroy;
    src: url('../fonts/GILROY-LIGHT.OTF');
}

@font-face {
    font-family: Gilroy;
    src: url('..fonts/GILROY-EXTRABOLD.otf');
    font-weight: bold;
}

body {
    font-family: Gilroy;
}

.container-all {
    width: 100%;
    min-height: 100%;
    height: auto;
    background-color: #ffe358;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 900px;
}

.container-title {
  padding: 20px;
}

.container-title h1{
    font-size: 22px;
}

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    width: 1em;
  }
