
body{
    background-image: url(./img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;

}
.container{
  width: 100%;
}
h1.traneright{
    color: #e92e3b;
    font-weight: bold;
    font-size: 4rem;
}
h1.lefna{
    color: #1b1817;
    font-weight: bold;
    font-size: 4rem;
}
.pdf{
    width: 200px;
    height: 50px;
}
@media screen and (min-width: 280px) and (max-width: 600px) {

.col-6{
    width: 100% !important;
}
.container {
    width: 100%;
    height: 110vh;
}
}