/* Page tags */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

body {
  background-color: #4F6367;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: left;
}

p {
  font-size: 18px;
}

input {
  width: 40%;
  padding: 10px;
  font-family: Geneva;
  font-size: 16px;
  border: 2px solid #EEF5DB;
  border-radius: 10px;
  outline: none;
}

input:focus {
  border: 2px solid #7A9E9F;
}

button {
  width: 40%;
  margin: 5px;
  font-family: Geneva;
  font-size: 16px;
  padding: 10px;
  background-color: #7A9E9F;
  border: 2px solid #B8D8D8;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}

button:active {
  border: 2px solid #4F6367;
}

/* Divs */
.opening, .expenses, .end {
  width: 60%;
  margin: 0 auto;
  background-color: #FE5F55;
  padding: 20px;
  border: 3px solid #B8D8D8;
  border-radius: 18px;
}

.expenses, .end {
  display: none;
}

.exp {
  width: 80%;
}

/* Flex container */
.flex {
  display: flex;
  direction: row;
  justify-content: space-around;
}

.flex1, .flex2 {
  width: 40%;
}

#article {
  text-align: left;
  color: white;

padding: 10% 10% 1%;
}

a {
  color:yellow;
}