@import url('./variables.css');

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--main-background-color) !important;
    font-family: "Roboto", sans-serif !important;
    color: var(--regular-color) !important;
}

hr {
    width: 50%;
    border: var(--regular-color) 2px solid !important;
}

.navbar {
    background-color: var(--navbar-background-color) !important;
}

.collapse {
    justify-content: right;
}

.text-align--left {
    text-align: left;
}

.text-align--right {
    text-align: right;
}

.space-separator {
    margin-top: 3rem !important;
}

.social {
    text-align: center;
    margin-left: 1rem;
    margin-bottom: 2rem;
    position: fixed;
    z-index: 2;
    bottom: 0;
}

.social__linkedin {
    margin-top: 4px !important;

}