* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #111111;
}

.head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3vh;
}
#routine {
    text-align: center;
    position: relative;
    bottom: 12px;
    color: #10A957;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20pt;
}
.stroke {
    background-color: #545454;
    position: relative;
    bottom: 0.8vh;
    width: 100%;
    height: 1.3px;
}

.menuOptions {
    display: flex;
    margin-top: 0.1vh;
    gap: 8vw;
}
#start, #workOuts, #progress, #water {
    cursor: pointer;
    color: #6495ed;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    background-color: transparent;
    border: none;
}
#home, #workout, #food, #water {
    position: relative;
    top: 2px;
}