#rec-tit{font-family: 'Poppins2';font-display: swap;font-size: 24px;text-align: center;margin-top: 40px;}
#rec-form{display: flex;justify-content: center;align-items: center;margin-top: 40px;flex-direction: column;}

#rec-but{width: 400px;height: 50px;font-family: 'Poppins2';font-display: swap;font-size: 18px;text-align: center;
background-color: rgb(16, 97, 204);line-height: 50px;border-radius: 10px;cursor: pointer;
}


#rec-but:hover{background-color: rgb(16, 76, 155);}