.Main p {
    color: aliceblue;
    font-size: larger;
    margin-top: 70px;
}

p {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    color: aliceblue;
    margin-bottom: 50px;
}


.par header {
    margin-top: 500px;
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
    margin-bottom: 20px;
    color: aliceblue;
    text-align: center;
}


.Main .mybutton {
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    color: aliceblue;
    background-color: #ff6464;
    padding: 6px;
    border: none;
    border-radius: 5px;
    text-decoration: none;

}

section .mybutton1 {
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    color: aliceblue;
    background-color: #ff6464;
    padding: 6px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.Main .mybutton:hover {
    background: white;
    font-size: large;
    color: maroon;
    text-align: center;
}

section p {
    font-family: 'Courier New', Courier, monospace;
    font-size: larger;
    line-height: 55px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.mybutton1:hover {
    background: white;
    font-size: large;
    color: maroon;
    text-align: center;
}