html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 340px;
}

.text-logo p:nth-child(1) {
    font-size: 2rem;
    letter-spacing: 2px;
}

.text-logo p:nth-child(2) {
    font-size: 0.6rem;
    letter-spacing: 2px;
}

li {
    background-color: #F7F7F7;
}

li a {
    color: #686467;
}

li a svg {
    height: 20px;
    width: auto;
    margin-left: 15px;
    margin-top: -3px;
}

li a:hover {
    color: #B25B5E;
    text-decoration: none;
}

li a:hover svg .st0 {
    fill: #B25B5E !important;
}

li a:hover svg .cls-1 {
    fill: #B25B5E !important;
}

.rose-contour {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 340px;
    width: 100%;
}

.rose-contour svg {
    margin-top: 40px;
    height: 300px;
    width: auto;
}
