html, body {
    height: 100%;
}

body {
    background-image: linear-gradient(to bottom right, rgb(255, 181, 193), rgb(252, 252, 92));
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

#content {
    text-align: center;
}

#title {
    text-align: center;
    color: rgb(154, 46, 187);
    font-size: 3rem;
    margin-top: 35px;
    margin-bottom: 0px;
}

#description {
    text-align: center;
    color: rgb(154, 46, 187);
    font-size: 2rem;
    margin: 10px 200px;
}

#resources {
    display: inline-block;
    margin-left: 75px;
    margin-right: 75px;
    width: 100%;
}

.card {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 20px;
    width: 40%;
    min-height: 250px;
    padding: 10px;
}

.card-text {
    font-size: 1.25rem;
    text-align: left;
    line-height: 25px;
}

#first-card {
    display: inline-block;
}

#second-card {
    float: left;
}

#pointer {
    transform: rotate(180deg);
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}