.title_mock{
    font-family: "Dancing Script", cursive;
    color: #DB88A6;
    font-size: 20em;
    font-weight: 200;
}
.mock{
    color: black;
    font-size: 8em;
    font-family: "Waterfall", cursive;
    width: 870px;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
}

body{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.images{
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
img{
    width: 100%;
    margin-bottom: 20px;
}
.countdown{
    width: 100%;
    display: flex;
    color: #DB88A6;
    font-size: 1.2em;
    align-items: center;
    justify-content: center;
    margin:60px 0;
}
.slot{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
}
#days, #hours, #minutes, #seconds {
    font-size: 3em;
    height: 1em;
}
.link{
    width: 100%;
    margin: 0;
    padding: 0;
}