﻿.hangman-top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whole-page {
    min-height: calc(100vh - 4rem);
    width: 100%;
}

.github-link:hover {
    transform: scale(1.1);
    color: black
}

.github-link {
    transition: all .2s ease-in-out;
    margin-left: auto;
    color: black;
}

.start-form {
    max-width: 250px;
}

.key-button {
    padding: 0.375rem 0;
}

/* Extra small devices (phones, 576px and down) */
/*@media only screen and (max-width: 576px) {

}*/
/* Small devices (portrait tablets and large phones, 576px and up) */
/*@media only screen and (min-width: 576px) {

}*/
/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {
    
}*/
/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (min-width: 992px) {
    ...
}*/
/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) {
    ...*/
}
