body{
    background-image: url('/assets/img/header.jpg');
    background-size: cover;
}
.container{
    background-color: white;
    margin-top: 200px;
    text-align: center;
}
.container .title{    
    font-family : 'Major Mono Display', monospace;    
}
.inputSize {
    width : 30%;
    height : 25px;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-color: #1D2E36;
}
.btn-style-5{
    background-color: #1D2E36;
    color: white;
    clip-path: polygon(0 34%, 93% 24%, 100% 65%, 14% 74%);
    border: 40px solid #1D2E36;
}
.btn-style-5:hover{
    background-color: white;
    color: #1D2E36;
    clip-path: polygon(0 34%, 93% 24%, 100% 65%, 14% 74%);
    border: 40px solid white;
    transition: 2s;
}