body{
    background: linear-gradient(to right, #20002c, #cbb4d4);
    color: aliceblue;
}

.col-md-6 {
    margin-top: 120px !important;
    padding: 20px;
}

.btn{  
    width: 50px;
}

input[type=text]{
    width: 100%;
    background-color: transparent;
    border: 0px;
    color: antiquewhite;
    font-size: large;
}

a {
    text-decoration: none;
    color: aliceblue;
}
a:hover{
    color: rgb(207, 216, 223);
}
