/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

:root{
    --main: #EBC795;
    --black: #000;
    --white: #fff;
}

@font-face{
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.otf');
    font-weight: normal;
}
@font-face{
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.otf');
    font-weight: 600;
}
body{
    font-family: 'Avenir';
    background: var(--white);
    color: var(--black);
    text-align: center;
}
.logo{
    text-align: center;
    width: 220px;
}
main h1{
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: var(--main);
    margin-top: 50px;
}
.gif{
    width: 30vw;
    text-align: center;
}
main p{
    font-size: 19px;
    text-align: center;
    margin: 0 320px;
}
main .margin{
    margin-top: 25px;
}

.row {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}