*{
    padding: 0;
    margin: 0;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;

}
.hero{
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(182, 0, 0, 0.6),rgba(92, 146, 255, 0.6)),url(b.jpg);
    background-size: cover;
    background-position: center;
}
.logo{
    color: rgb(255, 255, 255);
    font-size: 28px
}
span{
    color: rgb(255, 0, 0);
}
li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
}
nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
nav ul li a:hover{
    color: rgb(13, 0, 255);
    transition: .3s;
    border-bottom: 2px solid rgb(0, 16, 233);
   padding-bottom: 4px;
}
.login-btn{
    border: none;
    background-color: rgb(255, 21, 21);
    color: white;
    padding: 12px 40px;
    border-radius: 24px;
    font-weight: bold;
    font-size: 13px;
    transition: .3s;
    cursor: pointer;
}
.login-btn:hover{
    background-color: aqua;
    color: red;
    transform: scale(1.3);
}
.tag{
    padding-top: 45px;
    text-align: center;
    font-size: 65px;
    color: rgb(255, 255, 255);
}
.tag-info{
    padding-top: 45px;
    text-align: center;
    font-size: 30px;
    color: rgb(255, 255, 255);
}
.tools{
    color: rgb(0, 0, 0);
    font-size: 64px;
}
.card-1{
    height: 42vh;
    width: 40vh;
    background-color: rgb(255, 255, 255);
    border-radius: 23px;
    margin-right: 64px;
}
.cards {
    align-items: center;
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
}
.image{
    height: 25vh;
    width: 40vh;
    background-image: url(1.jpeg);
    background-size: cover;
    background-position: center;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
.image1{
    height: 25vh;
    width: 40vh;
    background-image: url(2.jpeg);
    background-size: cover;
    background-position: center;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
.view{
    border: none;
    background-color: rgb(154, 247, 213);
    color: rgb(255, 0, 0);
    padding: 12px 60px;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 15px;
    font-size: 29px;
    transition: .3s;
    cursor: pointer;
}
.view:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 246, 118);
     padding: 12px 100px;
}
.topic{
    margin-top: 17px;
    font-size: 34px;
}
.new{
    text-decoration: none;
    color: rgb(255, 255, 255);
}


@media screen and (max-width: 600px) and (min-width: 100px){

.logo {
    font-size: 20px;
    margin-right: -6px;
    display: flex;
    flex-direction: row;
}
div#message {
    font-size: 13px;
    text-align: justify;
    margin: 31px;
    padding: 7px;
    overflow: scroll;
}
.inputc {
    background-color: wheat;
    border-radius: 17px;
    padding-bottom: 42px;
    padding-top: 42px;
    align-items: start;
    display: flex;
    padding-left: 31px;
    flex-direction: column;
}
textarea#text {
    font-size: 25px;
    margin-top: -56px!important;
}
button#read {
    margin-left: 20px;
}
h2.text-info {
    margin-top: 30px;
    font-size: 42px!important;
    margin-bottom: 31px!important;
}
button#copy {
    margin-top: 46px;
    margin-left: 40px!important;
}
.container {
    margin: 30px 15px!important;
    padding: 14px!important;
    background-color: #efa3a3;
    border-radius: 37px;
    text-align: center;
}
.inputc {
    background-color: wheat;
    border-radius: 17px;
   padding-bottom: 0px!important;
    padding-top: 42px;
    align-items: start;
    display: flex;
    padding-left: 31px;
    flex-direction: column!important;
    justify-content: space-between!important;
}
input#file {
    font-size: 17px!important;
    margin-right: -113px;
    cursor: pointer;
    margin-bottom: 32px!important;
    margin-top: 30px!important;
}
nav {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 10px;
}
ul{
    visibility: hidden;
}
span {
    color: rgb(255, 0, 0);
    margin-left: 4px;
}
.tag {
    padding-top: 0px;
    margin-top: -56px;
    text-align: center;
    font-size: 47px;
    color: rgb(255, 255, 255);
}
.tag-info {
    padding-top: 45px;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
}
.tools {
    color: rgb(0, 0, 0);
    font-size: 33px;
}
.cards {
    align-items: center;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.card-1 {
    height: 42vh;
    width: 40vh;
    background-color: rgb(255, 255, 255);
    border-radius: 23px;
    margin: 20px;
    margin-bottom: 40px;
}
.hero {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(182, 0, 0, 0.6),rgba(92, 146, 255, 0.6)),url(b.jpg);
    background-size: cover;
    background-position: center;
}
}
@media screen and (max-width: 1140px) and (min-width: 600px){

.logo {
    font-size: 20px;
    margin-right: -6px;
    display: flex;
    flex-direction: row;
}
.logo {
    font-size: 20px;
    margin-right: -6px;
    display: flex;
    flex-direction: row;
}
span {
    color: rgb(255, 0, 0);
    margin-left: 4px;
}
li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 10px;
}
.cards {
    align-items: center;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.card-1 {
    height: 42vh;
    width: 40vh;
    background-color: rgb(255, 255, 255);
    border-radius: 23px;
    margin: 20px;
    margin-bottom: 40px;
}
.hero {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(182, 0, 0, 0.6),rgba(92, 146, 255, 0.6)),url(b.jpg);
    background-size: cover;
    background-position: center;
}

}