body {
    background-color: darkorange;

}
#container {
    width: 500px;
    height: 300px;
    margin-top: 300px;
    text-align: center;
}

#title {
    color:white
}

#sub-container {
    width: 100%;
    height: 300px;
    background-color: white;
    border: 1px soild orange;
    border-radius: 20px;
}

#word {
    color: darkorange;
    margin-top: 30px;
    font-size:larger;
}

#sns {
    margin-top: 50px;
}

#logo {
    margin-top: 20px;
}