.my-2{
    margin : 1rem 0
}
.main {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.content {
    margin-top: 3%;
    width: 30%;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.card {
    width: 100%;
    display: flex;
    flex-direction: column;
   align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    padding: 2px 16px;
    border-radius: 5px;
}
a[class="btn"]{
    all:unset;
    padding: 1rem 2rem;
    margin:2rem 0;
    background: #00B2B2;
    color: white;
    cursor: pointer;
}
a[class="btn"]:hover{
    transition: 0.3s background-color;
    background-color: #007a7a;
}
