<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    background-image: url('../image/colorfullbg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content {
    text-align: center;
}

.content img {
    width: 200px;
    height: 200px;
    border-radius: 24%;
    display: block;
    margin: 0 auto;
    margin-top: 200px;
    border: 4px solid #ffffff;
}
@media (max-width: 767px) {
    .content img {
        width: 150px;
        height: 150px;
        margin-top: 170px;
    }
}

.large-text {
    font-size: 35px;
    margin-top: 20px;
    font-weight: bold;
    color: rgb(36, 231, 189);
}

.small-text {
    font-size: 23px;
    margin-top: 10px;
    color: #ffffff;
}

.button-container {
    text-align: center; 
}

.button-1,
.button-2 {
    display: block;
    margin: 0 auto; 
}

.button-1 {
    backface-visibility: hidden;
    background-color: #405cf5;
    border-radius: 100px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    font-size: 100%;
    height: 50px;
    width: 30%;
    line-height: 1.15;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 0 auto 20px;

  }
  
  .button-1:disabled {
    cursor: default;
  }
  
  .button-1:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
  }

  .button-2 {
    backface-visibility: hidden;
    background-color: #40a2db;
    border-radius: 100px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    font-size: 100%;
    height: 50px;
    width: 30%;
    line-height: 1.15;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-2:disabled {
    cursor: default;
  }
  
  .button-2:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
  }

  @media (max-width: 767px) {
    .button-1 {
        width: 91%;
    }
    .button-2 {
        width: 80%;
    }

  }</pre></body></html>