.sectionSP {
    padding-left: 19%;
    padding-right: 19%;
    align-items: center;
}
.Articletitle{
    color: #1972b6;
    font-size: 2.2rem;
    text-align: center;
   font-weight: 700;
}
.remain{
    color: rgb(0, 0, 0);
    font-size: 1.5rem; 
    font-weight: 200;
    font-style: oblique;
}
.Authors{
    color: rgb(0, 0, 0); 
    font-weight: 300;
    font-size: 1.8rem; 

}

.searchFormPublication{
    padding-left: 24%;
    padding-right: 20%;
}
.SFPInput{
    border-top-left-radius: 4em 5em;
   border-bottom-left-radius:4em 5em;
    width: 70%;
}
.SFPButton{
    color: aliceblue;
    border-top-right-radius: 3em 5em;
   border-bottom-right-radius:3em 5em;
   height: 6rem;
   background-color: #1972b6;
 }

 .SFPButton:hover{
   background-color:aliceblue;
   color: #1972b6;  
   border: solid;
   border-color: #1972b6;
   font-weight: 600;
   
 }