@import url('https://fonts.googleapis.com/css2?family=Sono:wght@500&display=swap');

.error{
    width: 400px;
    height: 60px;
    padding: 15px;
    border-radius: 200px;

    margin: 20px auto;

    height: auto;
    border: solid rgb(0, 0, 0) thin;
    background-color: rgb(243, 161, 9);

    font-family: "Sono", 'Times New Roman', Times, serif;
}