body {
background-color: #17273d;
background-image: url(./bg.png);
background-size: cover;
}

.logo {
position: relative;
width:30%;
}

.btn-orange {
    margin-top: 4.5rem!important;
    background-color: #1f32de;
    color: white;
}

img {
border-radius:5px;

}