.presentation {
    display: table;
    height: 100vh;
    padding-bottom: 0;
    padding-top: 0;
    table-layout: fixed;
    width: 100%;
}

.section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 120px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.all {
    margin: 2%;
}

.presentation h1 {
    text-align: center!important;
    font-weight: bold;
}

.sessoes {
    text-align: center;
}

.titulos {
    margin: 0 3%;
    font-family: "Courier New", Courier, monospace;
}

.presentation h3 {
	font-family: "Courier New", Courier, monospace;
}

.my-cards {
    margin-right: 20px;
    margin-left: 20px;
	margin-top: 100px;
}

.my-cards img {
    padding: 2px;
}

.my-card-body {
    padding: 2px;
}

.my-group {
	max-height: 100% !important;
	max-width: 100% !important;
	height: 500px;
	width: 500px;
}

.my-footer {
    height: 150px;
}

.card {
    padding: 10px;
    border-width: 3px;
}

.card-group {
    margin: 5%;
}

.uva-cards {
    max-width: 280px;
    min-width: 180px;
    height: 430px;
    margin: auto;
}

.lord-gif {
    height: 46px;
    width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto 
}
