.newbutton {
    color: white;
    padding: 0.6rem 2rem;
    border-radius: 4px;
    background: linear-gradient(94deg, #6b7794 -2%, #2B3242 117.56%);
    box-shadow: 8.74px 9.712px 18.452px 0 rgba(61, 73, 100, 0.30) inset;
}

.newbutton:hover {
    background: linear-gradient(94deg, #8493b6 -2%, #8493b6 117.56%);
    box-shadow: 4px rgba(61, 73, 100, 0.30) inset;
    color: white;
}
