h1 {
    background-color: rgb(255, 84, 113);
    color: aliceblue;
    font-size: x-large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

p {
    color: rgb(78, 78, 78);
    font-size: smaller;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

h2 {
    color: #f25278;
    font-size: larger;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h3 {
    color: #fd3d9a;
    font-size: large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

th {
    color: rgb(172, 20, 243);
    font-size: medium;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

td {
    background-color: #849;
    color: aliceblue;
    font-size: smaller;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

ul li::marker {
    color: #fff;
    background-color: rgb(165, 29, 199);
    font-size: smaller;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

a {
    color: #ff6969;
}

button {
    border-radius: 100px;
    background-color: #f25278;
    color: #fff;
    font-size: medium;
    font-family: cursive;
    border-style: none;
    padding: 5px 5px;



}

label {
    color: #849;
    font-size: 12.5pt;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

table {
    width: 50%;
    border: 1px solid #849;
}

th,
td {
    width: 25%;
    text-align: left;
    vertical-align: top;
    border: 1px solid #849;
    border-collapse: collapse;
}

li {
    color: rgb(78, 78, 78);
    font-size: smaller;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

input {
    border-radius: 40pc;
    background-color: rgb(190, 34, 230);
    color: #fff;
    font-size: 14px;
    font-family: cursive;
    border-style: none;
    padding: 5px 0;

}

::placeholder {
    color: #fff;
    padding: 10px 10px;
}