@font-face {
    font-family: museo300;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/Museo300-Regular-webfont.woff2) format('woff2'), url(../webfonts/Museo300-Regular-webfont.woff) format('woff')
}

@font-face {
    font-family: museo500;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/Museo500-Regular-webfont.woff2) format('woff2'), url(../webfonts/Museo500-Regular-webfont.woff) format('woff')
}

@font-face {
    font-family: museo700;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/Museo700-Regular-webfont.woff2) format('woff2'), url(../webfonts/Museo700-Regular-webfont.woff) format('woff')
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%
}

body {
    background-color: #fff;
    font-family: museo300, Arial, Verdana, sans-serif
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.company-name {
    font-family: museo700, Arial, Verdana, sans-serif;
    font-size: 2rem;
    word-spacing: -.7rem
}

.company-name span:first-of-type {
    color: #eb6709
}

.company-name span:last-of-type {
    color: #95c21f
}

.details {
    color: #eee;
    left: 0;
    padding: 20px;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.details p {
    margin-top: .5rem
}

.card-front {
    align-items: center;
    backface-visibility: hidden;
    background: #13201a;
    border-radius: 24px;
    display: block;
    overflow: hidden;
    outline: 0;
    height: 400px;
    width: 300px;
}