@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
    color: #ffffff;
}

.parallax {
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-attachment: fixed;
}

h2 {
    font-weight: 700;
    padding: 20px;
}

h3 {
    font-weight: 500;
    padding: 10px;
}

.avatar {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.content-box {
    background-color: #000000;
    opacity: 0.7;
    border-radius: 20px;
}

hr {
    border-top: #ffffff solid 1px;
}