* {
    box-sizing: border-box;
    margin: 0;
}

body {
    width: 100vw;
    min-height: 100vh;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.out {
    user-select: all
}

p {
    overflow-wrap: break-word;
}

.hidden {
    opacity: 0;
}

.security {
    border: 0;
    outline: 0;
    background: none;
}

.nav-link {
    color: #6c757d;
}

.nav-link:hover {
    color: #6c757d;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
    background: #6c757d;
}

textarea.form-control {
    height: 160px;
}
