@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap') html {
    height: 100%;
    width: 100%;
  }
  
  * {
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 1.2;
    word-spacing: 3px;
  }
  
  footer {
    line-height: 1.5px;
    font-family: 'Poppins', sans sarif;
  }
  
  
  
  .navbar ul {
    list-style-type: none;
    background: linear-gradient(165.23deg, #8d6aff 10.43%, #02299e 68.35%);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
  
  }
  
  .navbar a {
    color: white;
    text-align: none;
    padding: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
  
  }
  
  .navbar a:hover {
    background: linear-gradient(165.23deg, #473584 10.43%, #041e73 68.35%);
  
  }
  
  .navbar li {
    float: left;
  
  }
  
  .footer {
    background: linear-gradient(165.23deg, #8d6aff 10.43%, #02299e 68.35%);
    padding: 70px 0;
  
  }
  
  .footer-col {
    width: 20%;
    padding: 0 15px;
    display: inline-block;
  
  }
  
  .footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: red;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  
  }
  
  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  
  
  
  }
  
  .footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  
  }
  
  .footer-col ul li a:hover {
    color: white;
    padding-left: 10px;
  }
  
  .footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: white;
  
    transition: all 0.5s ease;
  
  }
  
  .footer-col .social-links a:hover {
    color: #24262b;
    background-color: white;
  
  }
  
  ul {
    list-style: none;
  }
  
  .article {
    position: fixed;
    top: 60px;
    background-color: whitesmoke;
    border: 2px red;
    border-style: dashed solid;
    width: 280px;
    border-radius: 10px;
  }
  
  .one {
    margin: auto;
    width: 60%;
    border: 1px solid white;
  
  }
  
  .headings {
    text-align: center;
    font-size: 30px;
    text-decoration: overline underline;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  }
  
  .starting {
    font-size: 20px;
  }
  
  b {
    text-decoration: underline;
    /* text-shadow: 0 0 2px #FF0000; */
    text-shadow: 2px 2px 5px #5ff707;
  }
  
  .questions {
    color: red;
    text-shadow: 2px 2px 4px #e303fc;
  }
  
  .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  
  .article a {
    text-decoration: none;
    color: #FFA732;
    font-style: italic;
  }
  
  .article a:hover {
    color: #8f0d54;
    font-style: italic;
    text-shadow: 1.5px 1.5px 2px red;
  }
  
  .article a:active {
    color: white;
  }
  
  .topbutton {
    height: 80px;
    width: 100px;
    position: fixed;
    bottom: 40px;
    right: 40px;
  
  }
  
  .topbutton a {
    text-decoration: none;
    font-size: 70px;
    padding: 0px 0px;
  }
  
  .topbutton a:hover {
    background-color: magenta
  }
  
  .topbutton a:active {
    background-color: violet;
  }