.profile img {
    border-style: none;
    border-radius: 100%;
    background: url(/images/tim.jpg) no-repeat;
    margin: auto
}

.profile:hover {
    border-style: none;
    border-radius: 100%;
    transition: background-size .3s ease
}

h1 {
    font-family: 'Bree Serif', serif;
    font-size: 3em
}

h2 {
    font-size: 1.5rem;
    font-family: 'Bree Serif', serif
}

h3 {
    font-size: 1.4rem;
    font-family: 'Bree Serif', serif
}

h4 {
    font-size: 1.3rem;
    font-family: 'Bree Serif', serif
}

.header {
    margin-top: 5px;
    opacity: .7;
    z-index: 1
}

#quote {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .911)
}

.fa-redo-alt {
    font-size: 1.3rem;
    color: rgba(151, 177, 248, .945)
}

.quote-container {
    opacity: .6;
    display: block;
    width: 40vw;
    margin: 0 auto
}

.card-opacity-index {
    background: rgba(13, 72, 161, .747)
}

.card-opacity-index:hover {
    box-shadow: 0 0 20px 0 rgba(57, 82, 163, .7);
    transition: 1s
}

button {
    background-color: rgba(13, 72, 161, .747);
    color: #63ccff;
    font-size: 1.3em;
    border: none;
    text-decoration: none
}

button:active {
    background-color: rgba(13, 72, 161, .747);
    color: #63ccff;
    font-size: 1.3em;
    border: none;
    text-decoration: none
}

button:visited {
    background-color: rgba(13, 72, 161, .747);
    color: #63ccff;
    font-size: 1.3em;
    border: none;
    text-decoration: none
}

button:focus {
    background-color: rgba(13, 72, 161, .747);
    color: #63ccff;
    font-size: 1.3em;
    border: none;
    text-decoration: none;
    outline: #fff 5px auto
}

.hidden {
    display: none !important
}

#installContainer {
    position: absolute;
    bottom: 1em;
    display: flex;
    justify-content: center;
    width: 100%
}

#installContainer button {
    background-color: inherit;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    padding: .75em
}