.error {
    text-align: center;
    color: #333333;
    font-family: "Prompt-Light";
    font-size: 18px;
    display: grid;
    grid-gap: 10px;
    white-space: pre-line;
}

.error h1 {
    font-family: "Prompt-SemiBold";
    font-size: 22px;
    letter-spacing: 0.38px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 20px;
}

.button {
    border-radius: 25px;
    color: #ffffff;
	width: 100%;
  	height: 50px;
  	font-size: 18px;
    border-style: none;
    background-color: #003088;
    margin-top: 20px;
    cursor: pointer;
    outline: none;
}

/* Tablet and desktop */
@media (min-width: 455px) {
    .button {
        width: 160px;
    }
}