.photoTake{
    background-color: rgb(20, 88, 105);
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.customBtn:hover{
    cursor: pointer;
}