p{
    color: blueviolet;
    font-style: italic;
    text-align: center;
}
h1{
    text-align: center;
    font-size: 10px;
    color: blue;
}
.sheet{
    display:flex;
    justify-content:space-between;
    gap:5px;
    align-items: center;
}

