h1{
    text-align:justify;
    font-family: 'Times New Roman', Times, serif;
    color: #ffd4fb;
}
body{
    background-color: #ff59bf;
}

table{
    padding: 5px;
    background-color: hsl(0, 0%, 0%);
    place-items:center;
    border:1px solid #ffd4fb;
    border-right: 15px;
    font-family: 'Times New Roman', Times, serif;
}
th{
    text-align: center;
    color: aliceblue;
}
td{
    padding: 15px;
    color: #ffd4fb ;
}

input{
    border-radius: 10px;
    border:2px solid #d6a5c7;
    text-align: center;

}

tr{
    text-align: center;
    align-content: center;
}
