body {
    display: flex;
    background-color: #222222;
    /* background: url('./img/patern.jpg'); */
    background-size: 300px;
    justify-content: center;
}

#container {
    width: 80%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logo_top {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 50px;
}

.bp_font {
    font-family: erie_black;
    font-size: 100pt;
    margin: 0;
    margin-bottom: 10px;
    -webkit-text-stroke: 3px black;
    color: #fff;
    text-shadow: 0px 0px 2px black;
}


.bt_download {
    width: 100%;
    margin: 0;
}

.bt {
    padding: 30px;
    color: #fff;
    font-size: 80pt;
    background-color: #29abe2;
    border: 2px solid #1b1464;
    border-radius: 200px;
    margin: 0 10px;
    transition: background;
    transition-duration: 0.5s;
}

.bt:hover {
    background: #1b1464;
    transition: background;
    transition-duration: 0.3s;
}

a { text-decoration: none; }

.bt_group {
    margin-top: 40px;
}

/* Icons */
.icon {font-family: awesome;}
.i_instagram::before {content: "\f16d";}
.i_facebook::before {content: "\f09a";}
.i_youtube::before {content: "\f167";}

/* Fonts */

@font-face {
    font-family: erie_black;
    src: url(./src/ERIEBLKN.TTF);
}
@font-face {
    font-family: awesome;
    src: url(./src/fawesome.otf);
}