:root {
    --pink: #F4C3EF;
    --blue: #83E0F0;
    --yellow: #FDF764;
    --purple: #D89BE2;
    --light-grey:#EBEDFC;
    --medium-grey:#C7C7C7;
    --dark-grey:#979797;
    --btn: #CD3452;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size:100%;
    border:0;
    outline:0;
    vertical-align:baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style:inherit;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    transition: .4s all;
    color: white;
    font-weight: 500;
    font-family: Montserrat;
    border-radius: 4px;
    padding: 1em 1em;
}

input {
     caret-color: var(--btn);
}

/* icon heart */
.fas , .fa-heart , .heart {
    color: #CD3452;
}

.titles {
    max-width: 461px;
    width: 100%;
    padding: .5em;
    border-top-right-radius: 9.52479px;
    border-bottom-right-radius: 9.52479px;
    text-align: center;
    font-family: Mali;
    font-weight: 500;
    font-size: 2em;
    line-height: 59px;
}

img {
    object-fit: cover;
}

body {
    min-height: 100vh;
    background: linear-gradient(var(--light-grey),var(--light-grey),var(--light-grey),var(--light-grey), var( --pink), var( --pink),var(--light-grey),var(--light-grey), var(--blue),var(--light-grey),var(--light-grey)) ;
}
