padding-bottom: 100px;
}
+.button {
+ text-decoration: none;
+ color: inherit;
+ text-align: center;
+ display: inline-block;
+ padding: 10px;
+ min-width: 190px;
+ font-family: CPnUfo, Trebuchet, Tahoma, Arial;
+ font-size: large;
+ background-color: transparent;
+ border-radius: 16px;
+ border: 2px solid black;
+ cursor: pointer;
+ margin: 50px;
+ margin-inline: 5%;
+}
+
+.button.primary {
+ background-color: #ff9831;
+ border: 2px solid transparent;
+}
+
/* header */
#header {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
+ align-items: center;
+ margin-inline: 5vw;
}
#prices > h1 {
flex: 50%;
}
+#prices img {
+ width: 25vw;
+ margin-top: 20px;
+ margin-bottom: 20px;
+}
+
/* do-n-donts */
#do-n-donts {