.imagem {
	width: 400px;
}

.logo {
	padding: 30px;
}

.container {
	background-color: #f2f2f4;
	border-radius: 10px;
}

.topo {
    padding: 33px 0;
    background: #f2f2f4;
    width: 100%;
}
.card-s{
	padding-top: 10px;
	padding-bottom: 10px;
}

.rounded-circle {
	width: 200px;
	margin:0 auto;
}

.cards-margem {
	margin: 10px 0px 10px 0px;
}

.cards {
	margin: 2rem;
}

.btn-topo {
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 80px;
	cursor: pointer;
}

.header {
	text-align: left;
}

#rodape {
    padding-top: 6px;
    padding-bottom: 6px;
    text-shadow: 0.5px 0.4px;
    background-color: #f2f2f4;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #7a1e51;
  color: #f2f2f4;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 50px;
}

#myBtn:hover {
  background-color: #555;
}

li {
	text-decoration: none;
}

body {
	background-color: #7a1e51;
	background-image: url(src/fundos.png);
	background-repeat: repeat;
	line-height: 1.1rem;
	text-align: center;
	font-size: 20px;
}

th {
	text-align: center;
	font-size: 50px;
}

svg {

}

html {
  scroll-behavior: smooth;
}
