div.title{
    font-family: Inter;
    font-size: 30px;
    position: relative;
    margin-left: 32.7%;
    top: 7%;
}

a{
    text-decoration: none;
    color: black;
}

div.body{
    font-family: Inter;
    font-size: 20px;
    position: relative;
    margin-left: 33%;
    top: 20%;
    padding: 0;
}

div.logo {
    position: relative;
    margin-left: 2.6%;
    margin-top: 2.7%;
    color: black;
    font-size: 35px;
    font-family: Inter;
    font-weight: bold;
    padding: 0px;
}

button {
    font-family: Inter;
    font-size: 20px;
    position: relative;
    margin-left: 33%;
    top: 5vh;
    width: 180px;
    height: 45px;
    background-color: #1C72E8;
    display: inline-block;
    text-decoration: none;
    border: none;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}

button:hover {
    background-color: #1b68d4;
}

.material-symbols-outlined {
    position: relative;
    top: 4px;
    font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' 0,
  'opsz' 48
}