#mainImage{
    width: 100%;
    height: auto;
}
#titleview{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    align-self: center;
}
#headTitle{
    margin: 30px 0 30px 0;
    color: black;
    font-size: 60px;
    padding: 0;
}
#discTitle{
    margin: 20px 0 30px 0;
    color: black;
    font-size: 40px;
    padding: 0;
}
#bottomview{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    align-self: center;
    margin: 200px 0 0 0;
    height: 40px;
    background-color:rgb(163, 163, 163);
}
#bottomtext{
    margin: 7px 0 10px 0;
    color: white;
    font-size: 20px;
    padding: 0;
}
#phoneview{
    margin-right: 200px;
    margin-top: 100px;
    float: right;
    font-size: 20px;
}
#icpcenter{
    text-align: center;
    font-size: 10px;
}
