*{
    margin: 0%;
    padding: 0%;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header > h1 {
    font-style: normal;
    
}

header > img {
    display: flex;
    width: 40%;
}

ul {
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list {
    background-color: white;
}

ul > li {
    list-style: none;
    margin: 3px;
}

.metrics {

    padding: 1%;
    width: auto;
    border: 1px solid #4d8cf9;
    border-radius: 8px;
    background-color: #4d8cf9;
    text-align: center;
    
}

label {
    
    justify-content: center;
    text-align: center;
    font-size: 1.5em;
}

textarea[name="user-input"] {
    font-style: normal;
}

#textSpace {
    display: flex;
    justify-content: center;
    padding-top: 3%;
    padding-bottom: 4%;
}

#btnReset {
    display: flex;
    justify-content: center;
    padding-bottom: 10%;
}
#reset-button {
    padding: 2%;
    width: 40%;
    border: 8px solid #4d8cf9;
    border-radius: 10px;
    background-color: #4d8cf9;
    font-size: 1em;
}

footer {
    display: flex;
    justify-content: center;
}

a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
