body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

.logo {
    width: 150px;
}

.section.vot {
	background-color: #0c0c0c9e;
	height: 200px
}