body{
    background-color:white;
    margin: 0%;
    padding: 0%;
    color:black;
    font-family:Arial, Helvetica, sans-serif;
    min-height: 100vh;

}

.container{
    position: absolute;
    left: 50%;
    top: 45%;
    transform:translate(-50%, -50%);
    border-radius: 2px;
    background-color: white;
    padding: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

.input {
    background: #fff;
    border-radius: 25px;
    padding: 3px;
    margin-bottom: 20px;
}

.input label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.content {
    padding: 0 40px;
}

button#btn {
    color: black;
    border: none;
    outline: none;
    background-color: rgb(108, 108, 201);
    display: block;
    left: 50%;
    top: 50%;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 0; 
    width: 20%;
    text-align: center;
    height: 30px;
    margin-left: 220px;
    margin-top: 3px;
    font-weight: bold;
    border-radius: 10px;
}

.title h1 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.title h2 {
    font-size: 20px;
    padding: 3px 0;
    text-align: center;
}

.result {
    font-size: 19px;
    color: #000;
    text-align: center;
    padding: 30px 20px;
}

#yourBMI {
    font-size: 15px;
    color:#000;
    padding: 15px;
    font-weight: 800;
}

#result {
    font-size: 15px;
    padding: 15px;
    color: #000;
    font-weight: bold;
}