@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
 * {
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
 }
 body {
     width: 100%;
     height: 100vh;
     margin: 0;
     display: flex;
     justify-content: center;
     background: linear-gradient(to top right, #1084DA, #06B4FF);
     overflow: scroll;
 }
 .container {
     box-sizing: border-box;
     width: 100%;
     max-height: 1500px;
     max-width: 600px;
     display: flex;
     flex-direction: column;
     position: absolute;
 }
 .head {
     position: fixed;
     display: flex;
     justify-content: left;
     align-items: center;
     height: 60px;
     width: 100%;
     max-width: 600px;
     top: 0;
     background: #1089E1;
     z-index: 1;
 }
 h2 {
     padding-left: 20px;
     font-size: 17px;
     font-weight: 600;
     color: #ffffff;
 }
 .back {
     width: 18px;
     margin-left: 18px;
 }
 .late {
     margin-top: 10px;
 }
 .winner {
     height: 100%;
     width: 100%;
     background: #ebebeb;
     display: flex;
     flex-direction: column;
 }
 .banner_end {
     margin-top: 60px;
     width: 100%;
 }
 .win {
     box-sizing: border-box;
     width: 100%;
     height: 30px;
     background: #eee;
     font-size: 13px;
     font-weight: 600;
     color: #0000006b;
     display: flex;
     align-items: center;
     text-align: left;
     padding: auto;
     padding-left: 20px;
 }
 .profil {
     box-sizing: border-box;
     padding-left: 15px;
     margin-top: 1px;
     width: 100%;
     height: 60px;
     background: #ffffff;
 }
 .null {
     border-radius: 50%;
     width: 40px;
     margin-top: 10px;
 }
 .name {
     font-size: 15px;
     position: absolute;
     margin-left: 70px;
     margin-top: 12px;
     color: black;
 }
 .dte {
     font-size: 11px;
     position: absolute;
     margin-left: 70px;
     margin-top: 33px;
     color: #bdbdbd;
 }
 .rp {
     margin-top: 18px;
     margin-right: 13px;
     float: right;
 }
 .buton {
     box-sizing: border-box;
     padding: 20px;
     margin-top: 1px;
     width: 100%;
     height: 90px;
     background: #ffffff;
     justify-content: center;
 }
 button {
     width: 100%;
     height: 90%;
     font-size: 18px;
     color: #1084DA;
     background: none;
     border-radius: 5px;
     border: 1.5px solid #1084DA;
 }
