*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url('image.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.container{
    width: 600px;
    margin: 100px auto;
    padding: 40px;
}
.inputs{
    padding: 2rem 0 2rem 0;
    text-align: center;
    justify-content: center;
    background: rgba(228, 221, 221, 0.732);
    height: 250px;
    margin-top: 250px;
    width: 50%;
    margin-left: 25%;
    border-radius: 15px;

}
.inputs input[type="text"]
{
    height: 4rem;
    width: 20rem;
    background: #212121;
    font-weight: bold;
    padding: 10px;
    border: none;
    background-color: transparent;
    border: 2px solid #473939;
    border-radius: 3px;
    margin-right: 4px;
}.inputs input[type="submit"]
{
    height:3rem;
    width:6rem;
    background: #270aca;
    font-weight: bold;
    color: white;
    font-size: 1rem;
    margin-top:20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.display
{
    text-align: center;
    margin-top: 25px;
    margin-left: 30%;
    width:520px;
    color: #08479a;
    background-color: rgba(135, 140, 140, 0.659);
    padding: 10px 10px;
    border-radius: 10px;
}

.wrapper
{
    margin: 0 9rem;
    background-color: rgb(172,189,221);
    height: 45vh;
    margin: 50px auto;
    border-radius: 2px;
}

.wrapper h2
{
    padding: 5px 0;
    text-align: center;
    background: #0548b5;
    color: white;
}
.wrapper p{
    margin: 20px 50px;
    margin-right: 20px;
    text-align: left;
    color: #04214c;
    font-size: 23px;

}

.wrapper h2 span{
    font-size: 26px;
    color:#9beefb;
}

.wrapper p span{
    color: #5e0df4;
    font-size: 25px;
}