body{

    background-image: linear-gradient(rgb(17, 10, 24), rgb(95, 87, 107));

}

h1{

    color: aliceblue;
}



div.relative{

    position:relative;
    bottom: 0;
    right: 0;
    width: 1275px;
    border: 3px solid rgb(185, 23, 23);
    background-color: rgba(196, 32, 32, 0.336);
}

div.relative2{
  
    position:relative;
    bottom: 10;
    right: 15;
    width: 1275px;
    border: 3px solid rgb(171, 98, 185);
    background-color: rgba(95, 23, 230, 0.233);
}