.main {
   width: 100%;
   height: 97vh;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 10px;
}

.container {
   padding: 10px;
   align-items: center;
   border-radius: 10px;
   background: #272643;
   background: #e05c11;
   width: 90%;
   max-width: 600px;
   display: flex;
   flex-direction: column;
}

.title {
   color: #e05c11;
}

a {
   align-items: center;
   color: white;
   text-decoration: bold;
   margin-top: 10px;
   padding: 5px;
   padding-top: 10px;
   padding-bottom: 10px;
   background: #2c698d;
   width: 100%;
   display: flex;
   justify-content: space-around;
   border-radius: 10px;
}

.headerlogo {
   width: 60%;
}

.logo {
   width: 50px;
   height: 50px;
   object-fit: contain;
}
