* {
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

@font-face {
    font-family: getSchwifty;
    src: url(get_schwifty.ttf);
}

body {
    font-family: getSchwifty;
    color: #4caf50;
    background: black;
}

#attacker {
    float: left;
}

#enemies {
    float: right;
    position: absolute;
    left: 50%;
}

#defender {
    float: left;
    position: absolute;
    left: 25%;
}

#fight-button {
    /* display: none; */
    /* max-width: 100%;
    position: absolute;
    bottom: 175px;
    left: 25%; */
    clear: both;
}

button {
    background-color: #4caf50;
    /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: getSchwifty;
}

.morty-div {
    float: left;
    text-align: center;
    padding: 10px;
}

#messages {
    float: left;
    clear: both;
}
