body {
    background-color: #051f39 ;
    padding: 2%;
    margin: 0;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    color: #ff8e80;
}

button {
    background-color: #4a2480;
    border: 1px solid #4a2480;
    color: #ff8e80;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 3px 3px #051f39;
}


fieldset {
    background-color: #ff8e80 ;
    border: 1px solid #ff8e80 ;
    margin: 20 0;
    border-radius: 5px;
}


.card {
    text-align: left;
    background-color: #4a2480 ;
    padding: 1rem;
    border-radius: 10px;
    
}

#ionization_energies {
    max-width: inherit;
}

#image {
    max-width: 10rem;
    border-radius: 5px;
}


#bohr_model_image, #bohr_model_3d, #spectral_img, #source {
    display: block;
    margin: 10px 0;
    border-radius: 5px;
}

a {
    color: white;
    display: block;
}