@import "https://fonts.googleapis.com/css?family=Oswald"; /* Using a string */

::selection {
    background-color: rgb(245,245,245);
  }

@media screen and (max-width: 1000px) {  
body{
    --main-bg-color: rgb(0, 0, 0);
    font-family: 'Noto Sans';
    font-size: 3vw;
    color: white;
    margin: 0px;
    background-color: var(--main-bg-color);
}

}
@media screen and (min-width: 1000px) {  
    body{
        --main-bg-color: rgb(0, 0, 0);
        font-family: 'Noto Sans';
        font-size: 20px;
        color: white;
        margin: 0px;
        background-color: var(--main-bg-color);
    }
    }
    html,body
    {
        
    
        overflow-x: hidden; 
    }
.mainbg{ 
    background: linear-gradient(45deg, #48c6ef,   #6f86d6);
 
}
::-webkit-scrollbar {
    display: none;
    }

.link{
    color: white;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;

}
.grad{
    background: linear-gradient(45deg,  black,black);
  
}
.error{
    color: black;
    position: fixed;
    background: white;
    top:50px;
    right: 20px;
    font-weight: normal;
    font-size: 16px;
   
    width: 500px;
   
    margin-top: 10px;
    border-radius: 5px;
   
    margin-bottom: 100px;
    margin-left: 10px;
    
    border: 1px solid #ffa39e;
    background-color: #fff1f0;
 
  
  
}
@keyframes go {
    0% {right:-100px;}
    100% {right: 20px;}
}
@keyframes quit {
    0% {right:20px;}
    100% {right: -100px;}
}
.task h3{
    margin: 10px;
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 18px;
    font-stretch: extra-expanded;
}
.task h6,.task a{
    margin: 10px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  
   
}
.separate{
    display: flex;
    justify-content: space-between;
}

.accept{
    color: black;
    position: fixed;
    background: white;
    top:50px;
    right: 20px;
    font-weight: normal;
    font-size: 16px;
   
    width: 500px;
   
    margin-top: 10px;
    border-radius: 5px;
   
    margin-bottom: 100px;
    margin-left: 10px;
    
  
  
   
  
    border: 1px solid #b7eb8f;
    background-color: #f6ffed;

}
.put{
    animation-name: go;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}
.quit{
   transition: all 0.4s ease;
}
.message{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 60px;

}
.lnr-cross-circle{
    padding-right:4px; 
    color: #f5222d;
 
  
}
.lnr-checkmark-circle{
    padding-right:4px; 
    color: #52c41a;
  
  
}
.messageCross{
    color: black;
    padding: 5px;
    font-size: 12px;
}
