style.css
422 Bytes
.authorization-btn:hover {
text-decoration: underline;
}
a:hover {
cursor: pointer;
}
.aboutproject-popup {
left: 0;
background-color: rgba(15, 81, 129, 1);
background-repeat: no-repeat;
max-width: 555px;
}
.aboutproject-popup .popup-container {
margin-top: 30px;
padding-left: 55px;
padding-right: 55px;
background-color: transparent;
color: #ffffff;
text-align: left;
}