@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&family=Sofia&display=swap');
html{
  scroll-behavior: smooth;
  box-sizing: border-box;
}
.dp1{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(to right, #ff9999 0%, #99ccff 100%);
    z-index: 1000;
  }
  li {
    float: left;
  }
  
 li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  a:hover{
    text-decoration: underline;
    background-color: #ff9999;
    color:bisque;
  }
  
  #date{
    margin-top: 11px;
    margin-left: 10rem;
    font-size: 25px;
    font-family: cursive;
    color: black;
    animation: blink 5s linear infinite;
}
.ic{
  
    margin-left:15%;

  }
  .button {
    display: inline-block;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 19px;
    padding-right: 103px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left:10px ;
    width: 12px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 2px;
    
    background:linear-gradient(to bottom left, #33cccc -18%, #ffcccc 100%);
    }
    
    .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    }
    
    .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    }
    
    .button:hover span {
    padding-right: 25px;
    }
    
    .button:hover span:after {
    opacity: 1;
    right: 0;
    }
    
    @keyframes blink{
        0%{opacity: 0;}
        50%{opacity: .5;}
        100%{opacity: 1;}
        }
        article{
            margin-left: 5%;
          
          }
          .popular{
         
          width: 65%;
          
          display: flex;
          flex-wrap: wrap;
          }
          @media(max-width:766px)
          {
            .row .content{
              width:100%;
              max-width: 100%;
            }
            #main{
          width:100%;
            }
          }
          @media(max-width:450px){
            #main{
              width:100%;
            }
          
          .row .content{
            font-size:80%;
          }
          }
          
          
          @media (max-width: 800px) {
            .popular a{
              flex: 100%;
            }
          }
          
          .popular:hover{
            background-color: white;
          }
          .popular a{
            margin-left: 1.2rem;
            margin-right: 20px;
            line-height: 4rem;
            text-decoration: none;
            font-variant: small-caps;
            font-size: medium;
            font-family: 'Times New Roman', Times, serif;
          }
          .btn{
            margin-top: 5%!important;
            width: 65%!important;
            text-align: left;
            font-weight: bold;
          
          }
          .social_icon{
            display: flex;
          
            margin-left: 0px;
          }
          .social_icon img{
            position: relative;
            margin-left: 8%;
            margin-top:4%;
          }
          @media (max-width:800px){
          .icons{
            display:none;
          }
          aside{
            display: none;
          }
          }
          
          aside
          {
            float: right;
            width: 30%;
            padding-left: 15px;
            margin-left: -424px;
            margin-top: -3.5rem;
          }
          
          aside img{
            margin-top: 4%;
          }
          aside .row{
            margin-top:-2%;
          }
          .test{
            margin-top:0%;
          }
          .test a:hover{
            background: none;
            color: black;
          }
          .notice{
            position: absolute;
            margin-top: 12%;
            margin-left: 70%;
          }
          