.container {
    display: flex;
    height: 100%;
    width: 100%;
}

.tracker-section {
    text-align: left;
    padding: 50px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 0.5; 
    margin-right: 20px;
}

.mascot-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

ul li a {
    color: inherit;
    text-decoration: none;
}

ul li a:hover {
    text-decoration: none;
}