/* Projects button */
.styledButton {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 25px;
    text-align: center;
    font-size: 120%;
    cursor: pointer;
    border-radius: 12px;
}
