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

body{
    position: relative;
    font-family: 'Magistral';
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: 0;
}
p{
    margin: 10px 0;
}
#main-wrapper{
    background: #fcfcfc;
    padding: 30px;
    max-width: 500px;
    margin: 50px auto;
}
.text-align-center{
    text-align: center;
}
.font-size-25{
    font-size: 25px;
    display: block;
}
.font-size-20{
    font-size: 20px;
    display: block;
}
img{
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
a{
    color: #00c4ff;
    border-bottom: 1px solid;
    text-decoration: none;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.no-border{
    border-bottom: 1px solid transparent;
}
a:hover{
    border-bottom: 1px solid transparent;
}

