* {
    margin: 0;
    padding: 0;
}

*::placeholder {
    text-align: center;
}

body {
    background-image: linear-gradient(118deg, rgba(253, 219, 146, 1), rgba(209, 253, 254, 1));
}

#selectmenu {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#input {
    height: 3.5em;
    width: 17.5em;
    cursor: pointer;
    border-radius: 5px;
    border: 1px gray solid;
    font-weight: bold;
    background-color: rgb(235, 235, 235);
}

#golink {
    height: 3.5em;
    width: 5em;
    font-weight: bold;
}

.or {
    margin: 30px;
    opacity: 0.5;
}

.material-symbols-outlined {
    padding: 10px;
    font-size: 50px;
    font-variation-settings:
        'FILL' 0,
        'wght' 500,
        'GRAD' 0,
        'opsz' 24
}

#select-search {
    margin: 0 auto;
    height: 7.5em;
    width: 7.5em;
    border: 1px gray solid;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
}

.alreadyInput {
    width: 100%;
    height: 3em;
    display: flex;
    flex-direction: start;
    justify-content: center;
    align-items: center;
}
#alInput {
    height: 2em;
    width: 50%;
    border-radius: 6px;
    border: 1px black solid;
    margin-right: 0.25em;
}
.inputIframe {
    height: 100vh;
    width: 100%;
}

#inputContner {
    background-color: black;
}