.material-icons, .material-icons-outlined {
    position: relative;
    top: 5px;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: inherit;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

body {
    overflow-x: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.display-none {
    display: none;
}

.fa-button-bigger {
    font-size: 1.5em;
}

.zoom {
    transition: transform .3s;
}

.zoom:hover {
    transform: scale(2);
}

#form-navigation {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px;
}

.nav-link {
    padding: 0rem 1rem;
}

#dev-frame {
    border: 4px solid red;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
    color: red;
    background-color: #d6e9f8;
    font-size: 2em;
    letter-spacing: 5px;
}

#background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
