@charset "utf-8";

body {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
     margin: 0;
     background-color: #191e2b;
    /* background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 9%, rgba(255, 255, 255, 0) 13%), repeating-conic-gradient(from 5deg, rgba(255, 255, 255, 1) 50deg, rgba(85, 85, 85, 1) 50deg 52deg, rgba(255, 255, 255, 1) 52deg 58deg, rgba(85, 85, 85, 1) 58deg 61deg, rgba(255, 255, 255, 1) 61deg 68deg, rgba(85, 85, 85, 1) 68deg 72deg, rgba(255, 255, 255, 1) 72deg 83deg, rgba(85, 85, 85, 1) 83deg); */
    /* background: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%); */
    /* background: linear-gradient(-225deg, #005b5a 0%, #C5C1FF 56%, #632a32 100%); */
     flex-direction: column;
 }

 .title {
     width: 50%;
     margin: 10px 0;
     color: #e4cfd6;
     text-align: center;
     line-height: 100px;
     font-size: 30px;
     border-radius: 15px;
 }
.header {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background-color: #f0f0f0;
    border-bottom: 2px solid #ccc;
    opacity: .6;
}
 .box2 {
     width: 50%;
     margin: 1px 0;
     color: #00c6e6;
     text-align: center;
     line-height: 1.5;
     font-size: 20px;
     border-radius: 15px;
 }

 .box {
     width: 50%;
     margin: 1px 0;
     color: rgb(126, 190, 211);
     text-align: center;
     line-height: 1.5;
     font-size: 20px;
     border-radius: 15px;
 }

 .small {
     font-size: 70%;
 }

 a {
     color: inherit;
     font-size: inherit;
     /* text-decoration: none; */
 }
