html {
    background: url(assets/background.png) no-repeat;
    background-size: cover;

    font-family: "Tinos", serif;
}


#heading {
    color: #5fa874;
    text-align: center;
    margin-top: 50px;
    margin-right: 85px;
    text-shadow: 0.5px 0.5px 5px;

    font-family: "Tinos", serif;
    font-weight: 600;
    font-size: 40px;
    font-style: italic;
}

div {
    margin-left: 30px;
    margin-top: 10px;
    width: 30%;
    height: 100%;

    /* border: black dashed 3px; */
}

#name {
    font-size: 50px;
    color: #033496;
}

div #status {
    color: #bdff65;
    text-shadow: 0.5px 0.5px 5px;
}

div hr {
    border-style: solid;
    color: #214029;
}

div #controll_buttons {
    width: 100%;
    padding-top: 5px;
    margin: 0px;
    display: flex;
    justify-content:space-between;
}

div button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 165px;
    height: 45px;
    font-size: 24px;
    border: none;
}