:root{
    --text-primary:#232b50;
    --text-secondary:#a7b0d8;
    --text-tertiary: #676f97;
    --bg-primary: #101a36;
    --bg-secondary:#514c66;
    height: 100%;
}

body{
    background-color: #c6aa9d;
}

.navbar{
    background-image: linear-gradient(rgba(0, 0, 0, 0.267),rgba(0, 0, 0, 0.185)), url(https://cdn.pixabay.com/photo/2016/11/21/12/39/stars-1845140_1280.jpg);
    image-rendering: pixelated;
    background-size: cover;
}

span.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(153, 170, 187)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler{
    border-color: #99AABB;
}

.navbar-brand{
    font-family: 'Space Boards DEMO';
    letter-spacing: 0.2dvi;
    font-size: 2.25rem;
    padding: 0 3vw 0 2vw;
}

nav{
    z-index: 1;
    background:#ffffff2c;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 30px rgba(71, 66, 66, 0.1);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(83, 50, 160, 0.3);
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
}

.navbar-brand, .nav-link{
    color: var(--text-secondary);
}

.nav-item{
    font-family: 'Octa Brain';
    font-size: 1.75rem;
    letter-spacing: 0.1dvi;
}

.nav-link:hover, .navbar-brand:hover{
    color: #99AABB;
}

h2{
    text-align: center;
    font-family: 'Space Boards DEMO';
    font-size: 3.5rem;
    color: whitesmoke;
}

h3{
    font-family: 'Mirante';
    position: relative;
    text-align: center;
    font-size: 1.75rem;
    color: var(--text-primary);
    font-weight: normal;
    letter-spacing: 0.2vmin;
    line-height: 1.5;
    white-space: wrap;
    top: 5vh;
    margin-bottom: 10vh;
}

.card{
    font-family: 'Mirante';
    text-align: center;
    background-color: #a9adb82a;
    border-radius: 30px;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(75px);
    border: 1px solid rgba(42, 15, 58, 0.3);
}

.card-title{
    font-weight: 600;
    color: var(--text-primary);
    font-size: xx-large;
}

.care{
    text-align: start;
    list-style-type: none;
}

.noms{
    font-weight: 400;
    text-decoration-thickness: 100;
    color: #1e2544;
    font-size: x-large;
    text-wrap: wrap;
}

#phone, #tchat{
    color: var(--text-tertiary);
}

#phone:hover, #tchat:hover{
    text-decoration-color: var(--text-primary);
}