﻿@font-face {
    font-family: Montserrat;
    src: url('../../../resources/fonts/Montserrat-Regular.ttf');
}

body {
    margin: 0;
    padding: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    background: rgba(50, 50, 50, 1.00);
    font-size: 1rem;
    text-align: center;
    color: #FFF;
}

#container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#topbar {
    display: flex;
    width: 80%;
    height: 150px;
    padding: 100px 10% 0% 10%;
    justify-content: center;
}

.logo {
    background: url(../../../svg/logo/fff) no-repeat center;
    background-size: contain;
    margin-right: 20px;
    width: 200px;
    height: 150px;
}

a {
    color: gray;
}

#social_medias {
    display: flex;
    height: 80px;
    margin-bottom: 10px;
    justify-content: center;
}

#social_medias a .sm {
    width: 80px;
    height: 80px;
}