@font-face { 
    font-family: "Circular Bold"; 
    src: url('/fonts/Circular-Bold.otf');
}

body {
    margin: 0;
    font-family: "Circular Bold", sans-serif;
    background-color: rgba(46, 46, 46, 0.9);;
    /* background: url("images/background.png") no-repeat center center fixed; */
	background-size: cover;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
}

.container {
    background-color: rgba(46, 46, 46, 0.9);
}

.logo {
    height: 80px;
    width: 80px;
    padding-right: 10px;
}

.left-side {
    margin-left: 10px;
    color: rgb(226, 226, 226);
}

b {
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 1px;
}