@media screen and (min-width: 1025px) and (max-width: 1400px){
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}
.content{
    margin-top: 100px;
}
.text{
    font-weight: bold;
    /* color: gray; */
    font-size: 2rem;
    text-align: center;
}
input{
    height: 45px;
    width: 280px;
    font-size: 1.1rem;
    text-indent: 5px;
    border: 1px solid black;
    border-radius: 5px;
}
.id{
    margin-top: 70px;
}
.button{
    padding: 10px;
    font-size: 1rem;
    border-radius: 9px;
    margin-top: 15px;
}
.sign-up{
    margin-top: 25px;
}
a{
    text-decoration: none;
}
.copy{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    max-width: 100%;
    margin-top: 50px;
    font-size: 0.9rem;
}
.badge{
    height: 150px;
    width: 150px;
}
.top{
    display: flex;
    gap: 20px;
    font-family: Arial, Helvetica, sans-serif;

}
.top h1{
    font-size: 1.5rem;
}
.top h2{
    font-size: 1rem;
    color: green;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    .container{
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
    }
    .content{
        margin-top: 100px;
    }
    .text{
        font-weight: bold;
        /* color: gray; */
        font-size: 2rem;
    }
    input{
        height: 45px;
        width: 280px;
        font-size: 1.1rem;
        text-indent: 5px;
        border: 1px solid black;
        border-radius: 5px;
    }
    .id{
        margin-top: 70px;
    }
    .button{
        padding: 10px;
        font-size: 1rem;
        border-radius: 9px;
        margin-top: 15px;
    }
    .sign-up{
        margin-top: 25px;
    }
    a{
        text-decoration: none;
    }
    .copy{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        color: white;
        max-width: 100%;
        margin-top: 50px;
        font-size: 1rem;
    }
    .badge{
        height: 140px;
        width: 140px;
    }
    .top{
        display: flex;
        gap: 20px;
        font-family: Arial, Helvetica, sans-serif;
    
    }
    .top h1{
        font-size: 1.3rem;
    }
    .top h2{
        font-size: 0.9rem;
        color: green;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    .container{
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
    }
    .content{
        margin-top: 100px;
    }
    .text{
        font-weight: bold;
        /* color: gray; */
        font-size: 2rem;
    }
    input{
        height: 45px;
        width: 280px;
        font-size: 1.1rem;
        text-indent: 5px;
        border: 1px solid black;
        border-radius: 5px;
    }
    .id{
        margin-top: 70px;
    }
    .button{
        padding: 10px;
        font-size: 1rem;
        border-radius: 9px;
        margin-top: 15px;
    }
    .sign-up{
        margin-top: 25px;
    }
    a{
        text-decoration: none;
    }
    .copy{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        color: white;
        max-width: 100%;
        margin-top: 50px;
        font-size: 0.6rem;
    }
    .badge{
        height: 100px;
        width: 100px;
    }
    .top{
        display: flex;
        gap: 20px;
        font-family: Arial, Helvetica, sans-serif;
    
    }
    .top h1{
        font-size: 1.1rem;
    }
    .top h2{
        font-size: 0.8rem;
        color: green;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px){
    .container{
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
    }
    .content{
        margin-top: 100px;
    }
    .text{
        font-weight: bold;
        /* color: gray; */
        font-size: 2rem;
    }
    input{
        height: 45px;
        width: 280px;
        font-size: 1.1rem;
        text-indent: 5px;
        border: 1px solid black;
        border-radius: 5px;
    }
    .id{
        margin-top: 70px;
    }
    .button{
        padding: 10px;
        font-size: 1rem;
        border-radius: 9px;
        margin-top: 15px;
    }
    .sign-up{
        margin-top: 25px;
    }
    a{
        text-decoration: none;
    }
    .copy{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        color: white;
        max-width: 100%;
        margin-top: 50px;
        font-size: 0.5rem;
    }
    .badge{
        height: 80px;
        width: 80px;
    }
    .top{
        display: flex;
        gap: 20px;
        font-family: Arial, Helvetica, sans-serif;
    
    }
    .top h1{
        font-size: 0.8rem;
    }
    .top h2{
        font-size: 0.6rem;
        color: green;
    }
}