body{
    margin: 0;
    padding: 0;
    background-color:#f3f3f3;
    color:rgb(255, 0, 0);
    font-size: large;
}
.main{
    min-height:100vh;
    max-width:400px;
    display: flex;
    margin:0px auto;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    background: #ffffff;
}
.btn{
    border-radius:5em;
    width: 18em;
    font-weight: 500;
    height:1.3em;
    padding: 0.5em;
    font-size: medium;
    display: flex;
    flex-direction: column;
    justify-self:center;
    border: 1px solid rgb(222, 221, 221);
    margin:1em;
}
.logo{
    border:2px solid white;
    height: 6em;
    width:6em;
    border-radius:10em;
    align-self: center;
    background-image: url("../../Assets/logo.png");
    background-size: contain;
    background-color: #e8e8e8;
    margin: 1em;
}
h3{
    margin: 3px;
    padding: 5px;
    color: #000000;
    letter-spacing: 0.05em;
       
}
    .btn:hover{
        background-color: rgb(235, 235, 235);
        transition: all 0.08s ease-in;
    }
    
    a{
        text-decoration:none;
        color:black;
        justify-content: center;
        letter-spacing: 0.02em
    }
    .special{
        display: flex;
        flex-direction:column;
        align-items:center;
        gap:10px;
        margin-top: auto;
        padding-bottom:40px;
        /* width: 80%; */
    }
   .Signup, .Signin{
        font-weight: 500;
        padding: 0.6em;
        color: black;
        background-color: #d4d4d4;
        border: 1px solid #f9f9f9;
        border-radius: 10em;
        width:18em;
         
}
.display-1, .slogan{
    margin: 0;
    
}
.slogan{
    color: darkgray;
    font-size: large;
}
.Signin:hover{
    background-color: rgb(134, 56, 162);
    transition: all 0.08s ease-in;
    color: white;
}
.Signup:hover{
    background-color: rgb(134, 56, 162);
    transition: all 0.10s ease-in;
    color: white;
}
