@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');




body{
   
    background: linear-gradient(to right, #6E48AA, #9D50BB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 0;
     
    justify-content: center; 
    font-family: 'Poppins', sans-serif;
    margin-left: 20px;
    margin-right:20px ;
}


.nav-wrapper {
	display: flex;
	position: relative;
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
	margin: auto;
	width: 90%;
	height: 80px;
	border-radius: 0 0 15px 15px;
	padding: 0 25px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.nav-tabs{
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    list-style: none;
    font-weight: 600;
}

.nav-tab:not(:last-child) {
	padding: 10px 25px;
	margin: 0;
	border-right: 1px solid #eee;
}

.nav-tab:last-child {
	padding: 10px 0 0 25px;
}


.logo-cont img{
    height:70px;
    width: auto;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
  

}

.feed{
    width: 70%;
    background-color: white;
    height: auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}


form{
    margin-top: 20px;
    align-items: center;
    display: flex;
    justify-content: center;

}

.userinput{
    height:30px;
    width:auto;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    margin:5px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding:10px;
    
}

#subbutton{
    height:auto;
    width:auto;
    padding: 10px;
    margin: 10px;
    color:rgb(255, 255, 255);
    background-color: orange;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    border: none;

}
#subbutton:hover{
   background-color: rgb(255, 136, 0);

}


.heading{
    font-size: 35px;
    font-weight: 800;
    align-items: center;
    background-color: #fff;
    margin: 10px;
    width:90%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    color: orange;
    margin-left: 70px;

    
}
.heading:hover{
    color:rgb(22, 2, 2);

    
}

#feedback-input{
    height:100px;
    width:auto;
    font-family: 'Poppins', sans-serif;
    align-items:;
    font-size: 25px;
  
    border: 1px solid #eee;
    border-radius: 10px;
    padding:10px;
}

.credit{
    font-size: 25px;
    font-weight: 800;
    align-items: center;
    background-color: #fff;
    margin: 10px;
    width:90%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0);
    margin-left: 70px;

    
}
.heading:hover{
    color:rgb(22, 2, 2);

    
}