@font-face {
    font-family: AxiformaReg;
    src: url("../font/Axiforma-Regular.ttf");
}
@font-face {
    font-family: Axiformabold;
    src: url("../font/Axiforma-Bold.ttf");
}

@font-face {
    font-family: AxiformaLight;
    src: url("../font/Axiforma-Light.ttf");
}

body {
    background-color: #fffaf6;
    font-family: AxiformaReg, arial;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.layout{
    display: flex;
}

.spacer{
    flex: 1;
}

.centerize{
    align-items: center;
    justify-content: center;
}

footer{
    background: #f5f7fa;
    position: absolute;
    bottom: 2%;
    width: 100%;
    padding: 10px;
}

.badge_icon{
    width: 100px;
}

.platform{
    flex-direction: column;
}

.logo{
    width: 84px;
    height: 84px;
}