@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: white;
    display: flex;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

.separation {
    z-index: 20;
    position: relative;
    height: 1px;
    background-color: #D7D7D8;
    width: 6550px; 
}

nav img {
    z-index: 20;
    width: 130px;
    position: relative;
    z-index: 10;
    padding: 25px;
}

h6 {
    text-align: center;
    padding: 5px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500px;
    color: rgb(51, 51, 51);
}

h2 {
    font-weight: 700px;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    padding: 06px;
}

.cancel p {
    text-align: center;
    padding: 06px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500px;
    color: rgb(0,0,0);
}

.cancel p {
    text-align: center;
    padding: 06px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500px;
    color: rgb(0,0,0);
}

.tick p {
    text-align: center;
    padding: 06px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500px;
    color: rgb(0,0,0);
}

.ad p {
    text-align: center;
    padding: 06px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500px;
    color: rgb(0,0,0);
}

.btn-red {
    background-color: red;
    color: white;
    padding: 3px 24px;
    font-size: 20px;
    border-radius: 4px;
    font-weight: 400;
    width: 150px;
}

a{
    color: white;
}

a:hover{
    color:white;
}