/* style.css */
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

body {
background-color: rgb(255, 137, 78);
}
.text {
color: white;
font-family: Arial, Helvetica, sans-serif;
}

.icon {
height: 150px;
width: 150px;
border-radius: 52px;
}
.button {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
height: 50px;
width: 100px;
border-radius: 10px;
}