body {
   width: 100vw;
   height: 100vh;
   margin: 0
}

main {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   background: url("assets/background.png") no-repeat center;
   background-size: cover;
   gap: 64px;
}

img {
   width: 600px;
   max-width: 60%;
}

button {
   all: unset;
   height: 80px;
   background-color: black;
   border-radius: 72px;
   width: 430px;
   max-width: 75%;
   color: white;
   cursor: pointer;
}

button a {
   all: unset;
   display: block;
   width: 100%;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: 400;
   letter-spacing: 0.05em;
}

.info {
   font-size: 20px;
   line-height: 28px;
   font-weight: 500;
   color: #071217;
   font-family: Arial, Helvetica, sans-serif;
   left: 0;
   bottom: 56px;
   padding: 0 32px;
   text-align: center;
}
