@import url(https://fonts.bunny.net/css?family=ubuntu:500,700);

body {
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    font-family: 'ubuntu', sans-serif;
}

a {
    color: black; /* Change link color to black */
    text-decoration: none
 ;}

h1 {
    font-weight: 700; /* Use ExtraBold (700) weight */
}

p {
    font-weight: 500; /* Use SemiBold (500) weight for paragraphs */
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container .center {
    text-align: center;
}

.container .middle {
    margin: auto;
    max-width: 600px;
    padding: 20px;
}
