* {
  padding: 0;
  margin: 0;
  list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
}

body {
  background-color: #f9d1e5;
}

.general {
  width: 100%;
  height: 100%;
}

.logo {
  width: 200px;
}

.logoimg {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.radio {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}