.card {
    border: 2px solid black;
}

.image-text {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 82%;
    color: rgb(255, 255, 255) !important;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

body {
    background-color: rgb(185, 185, 185);
}

.color-bg {
    background-color: rgb(255, 255, 255);
}

.text {
    font-family: "Times New Roman", Times, serif;
    margin-left: 25%;
    margin-right: auto;
    margin-top: 30vh;
    margin-bottom: auto;
}

.text2 {
    font-family: "Times New Roman", Times, serif;
    margin-left: 30%;
    margin-right: auto;
    margin-top: 0vh;
    margin-bottom: auto;
}

.cv {
    margin-left: 30%;
    margin-right: auto;
}

