body {
    height: 100vh;
    margin: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
}

.message {
    text-align: center;

}

.message h1 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 900;
    font-size: 54.2857px;
    line-height: 77px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 102, 0);
}

.message p {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 28.4834px;
    line-height: 33px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.message button {
    height: 54px;
    width: 250px;
    border: 1px solid white;
    background: linear-gradient(180deg, rgba(184, 147, 202, 0.028) 0.43%, rgba(14, 4, 34, 0.2) 89.49%, rgba(93, 5, 163, 0) 106.49%);
    border-radius: 33px;

    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0.744628px 1.48926px rgba(0, 0, 0, 0.25);
}

.icon {
    height: auto;
    margin-bottom: 20px;
    fill: rgb(255, 102, 0);
}