.container {
    max-width: 960px;
}
input:focus{
    box-shadow: 0 0 0 0.2rem rgb(251, 218, 218) !important;
    border-width: inherit;
    outline: none !important;
    border-inline: black;
    border-radius: 5px;
    border-color: #fff !important;
} 
.w-75{
    max-width: 75%;
}
.w-100{
    max-width: 100%;
}