@import url(reset.css);
body {
    font-family: Arial, sans-serif;
    color: #333;
    padding: 20px;
}
button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin:50px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
button:hover {
    background-color: #27425f;
}
#userInfo {
    margin-top: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:50px;
    width:30%;
}
h1 {
    text-align:center;
    font-size:48px;
}
#desc {
    font-size:18px;
    line-height:1.6;
    text-align:center;
    margin-top:20px;
}
.topnav {
    display:flex;
    justify-content: space-between;
}
#logo {
    width:10%;
}
.navside {
    width:10%;
}
#title {
    text-align:center;
    font-size:64px;
    margin-top:20px;
    margin-bottom:20px;
    padding-top:10px;
}