

:root {
    --main-gradient: linear-gradient(to left, #05C4DE 0%, #2F88B2 100%);
    --accent-color: #05C4DE;
    --second-gradient-color: #2F88B2;
    --bg-color: #1C1C1C;
    --splitter-color: #ededed;
    --default-section-margin: 70px;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
    transition: all 0.3s;
}

a:hover {
    opacity: 1;
}


body {
    width: 100%;
    position: relative;
}