#result {
    display: none;
    background-color: whitesmoke;
    width: 80%; 
    text-align: center;
    border-radius: 30px;
}
#shareResult {
    background-color: whitesmoke;
    width: 90%; 
    text-align: center;
    border-radius: 30px;
}
.resultName {
    font-weight: bold;
    font-size: 25px;
}
.resultDesc {
    font-size: 20px;
}
.partner {
    font-weight: bold;
    font-size: 25px;
}
.partnerName {
    
    font-size: 20px;
}