*{
    list-style-type: none;
}
.selected-crane{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.colculator{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
body {
    flex-direction: column;
    align-items: center;
    display: flex;
}
.crane-details button {
    margin-bottom: 20px;
}.crane-details button:last-child {
    margin-bottom: 20px;
}
.logo
 {
    height: 100px;
    width: 100px;
    object-fit: contain;
 }
 header {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .link {
    display: flex;

 }
 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .result {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 670px;
    flex-wrap: wrap;
 }