h1{
    text-align: center;
    color: rgb(2, 2, 48);
    font-family: Arial, Helvetica, sans-serif;
}

Button{
    background-color: #00000f; 
    border: none;
    color: white;
    padding: 10px 16px;
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
    height: 34px;
    position: fixed;
    left: 50%;
}