* {
   box-sizing: border-box;
}
html {
   font-size: 16px;
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
body {
   margin: 0;
}
body {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    line-height: 1.5;
    color: #1f2328;
    background: #f6f8fa;
}
.no__license {
   padding: 1.5rem;
   margin: 0 auto;
   min-width: 320px;
   max-width: 600px;
   margin-top: 3rem;
   background: #ffffff;
   border: 1px solid #d1d9e0;
   border-radius: 4px;
}
.message__license {

}
.lic__title {
   display: flex;
   font-size: 20px;
   font-weight: 500;
   text-align: center;
   margin-bottom: 1rem;
   color: #9b0c0c;
}
.lic__text {
   margin-bottom: 1rem;
   display: flex;
   font-size: 16px;
}
.lic__add {
   display: flex;
   align-items: center;
   padding: 0.5rem 0;
}
.lic__btn {
   background: #2f2f2f;
   padding: 0.45rem 1rem;
   border-radius: 2px;
   color: #ffffff;
   text-decoration: none;
   display: inline-flex;
   font-weight: 600;
}
.lic__btn:hover {
   background: #2f2f2fc2;
   color: #fbffc1;
}