*{        
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
    scroll-behavior: smooth;
    transition: all 0.5s,ease; 
}

body{
    background:  linear-gradient(to right , #239EFC , #77C3FC)
}

#box {
    background-color: white;
    border-radius: 5px;
    margin: auto;
    width: 25%;
    height: 60vh;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

#meio{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}

#box h1{
    text-align: center;
    font-size: 40px;
    color: #0064b5
}

#box h5{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 2%;
}

#box p{
    text-align: center;
    margin-top: 2%;
}

#infos{
    display: flex;
    flex-direction: column;
    align-items: center;
  
}

#code{
    width: 35%;
    margin-top: 3%;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
}

#cpf{
    width: 35%;
    margin-top: 3%;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
}

#box label {
    margin-top: 3.5%;
}

.delivery{
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    background-color: #0064b5;
    text-align: center;
    align-items: center;
    margin-left: 8%;
    margin-top: 1%;
    color: white;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: absolute;
}

#box a{
    color: black;
}

.page-start a{
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: center  ;
    margin-top: 20%;
    font-size: 10px;
    text-decoration: underline;
    margin-left: 38%;
}