div {
    text-align: justify;
    text-justify: inter-word;
}

body {
    background-size: auto;
    /* background-attachment: fixed; */
}

.spaced li{
    margin-bottom: 0.5rem;
}

.rounded-4 {
    border-radius: 3rem !important;
}

.rounded-top-b {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
}
  
.rounded-end-b {
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
}
  
.rounded-bottom-b {
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
}
  
.rounded-start-b {
    border-bottom-left-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
}

.rounded-ox
{
    border-top-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 0.3rem !important;
    border-top-right-radius: 0.3rem !important;
}

.rounded-oy
{
    border-bottom-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
    border-top-left-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
}

.rounded-tl
{
    border-top-left-radius: 3rem !important;
}

.rounded-tr
{
    border-top-right-radius: 3rem !important;
}

.rounded-bl
{
    border-bottom-left-radius: 3rem !important;
}

.rounded-br
{
    border-bottom-right-radius: 3rem !important;
}