body{
    background-color: black;
    color:white !important
}

.container{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.navbar{
    margin-top: 1rem;
}

.navbar-nav{
    margin-top: 1rem;
}

.nav-link{
    color:white !important
}

.child > a{
    text-decoration-line: none;
    color: white;
}

.child{
    margin: 2rem 0 2rem 0;
}

.contact{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-icon{
    color: white !important
}

.logo{
    width: 4rem;
    height: 4rem;
}

.content{
    flex-grow: 1 !important;
    margin: .5rem;
}

.head{
    font-size: 2.5rem;
}

.text{
    font-size: 1.2rem;
}

.button {
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    border: 2px solid #c6bebe;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 0;
    min-height: 40px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: all .3s cubic-bezier(.23,1,.32,1);
    user-select: none;
    -webkit-user-select: none;
    width: 60%;
    will-change: transform
}

.button:disabled {
    pointer-events: none
}

.button:hover {
    background-color: #1a1a1a;
    box-shadow: 0 8px 15px rgba(0,0,0,.25);
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.button:active {
    box-shadow: none;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (max-width: 576px) {
    .head{
        font-size: 2rem;
    }
    .tail{
        font-size: 1rem;
    }
}