a {
    text-decoration: none !important;
}
body{
    margin-right:0px;
    padding-right:0px;
}
.content {
    display:flex;

}
.content .left {
    width:100%;
}
.content .right{
    width:25%;
    height:100vh;

}
.bigimg {
    object-fit: cover;
    width: fit-content;
    overflow: hidden;
    height: 100vh;
}
.footer {
    position:fixed;
    padding-top:10px;
    left: 0;
    bottom: 0;
    width:100%;
    background-color:white;
}