      body {
        max-width: 900px;
        background-color: #4d4d52;
        margin: auto;
        background-image: url('https://aslisachin.github.io/projects/bg.png');
        font-family: 'Ubuntu', sans-serif;
      }
     button{
         border: none;
     }
      .container {
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        box-shadow: 10px 8px 0px rgb(191 219 254);
        background: #e8eff5;
        border-radius: 10px;
        color: rgb(29, 28, 28);
        max-width: 80%;
      }
      .text-center {
            text-align: center;
      }
      .avatar {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        object-fit: cover;
        box-shadow: 7px 7px 15px #bbcfda, -4px -4px 13px #fff, inset 4px 4px 8px rgba(209, 217, 230, 0.2), inset -8px -8px 8px rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
      }

      h1.name {
        color: rgb(60, 116, 186);
        text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
      }

      hr {
        border: 0;
        height: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      }

      .link {
        width: 80%;
        text-decoration: none;
        color: black;
        background-color: rgb(191 219 254);
        display: block;
        margin: auto;
        padding: 10px;
        border-radius: 5px;
        font-size: 25px;
        box-shadow: 0px 1px 0px 0px rgba(9, 30, 66, .25);
        transition: box-shadow 0.2s ease-in-out;
      }

      .link:hover {
        box-shadow: 0px 13px 27px -5px rgba(50, 50, 93, 0.25), 0px 8px 16px -8px rgba(0, 0, 0, 0.3), 0px -6px 16px -6px rgba(0, 0, 0, 0.025);
      }

      .msgbox {
        margin: 15px 10px;
        height: 100px;
        padding: 10px;
        border-radius: 10px;
        border: none;
        width: 80%;
      }
