.account_div_head{
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.account_div_login{
    display: flex;
    margin-bottom: 5%;
}
.account_login{
    text-align: center;
    text-decoration: none !important;
    background-color: deeppink;
    color: white !important;
    padding: 10px 20px;
    display: inline-block;
    width: 250px;
    border: none;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    border-radius: 10px;
}
.account_div_create{
    display: flex;
    margin-bottom: 5%;
}
.account_create{
    text-align: center;
    text-decoration: none !important;
    background-color: deeppink;
    color: white !important;
    padding: 10px 20px;
    display: inline-block;
    width: 250px;
    border: none;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    border-radius: 10px;
}